The Wayback Machine - https://web.archive.org/web/20201113172915/https://github.com/topics/airflow
Skip to content
#

airflow

Here are 535 public repositories matching this topic...

NBardelot
NBardelot commented Nov 12, 2020

See the hook: airflow/providers/ssh/hooks/ssh.py

The Paramiko lib supports ECDSA keys. But the hook forces the use of RSA keys.

This should be viewed as an issue as the release note of OpenSSH 8.4 states that ssh-rsa public key signatures are soon becoming obsolete.

https://www.openssh.com/txt/release-8.4

Future deprecation notice
=========================

It is now poss
geosmart
geosmart commented Nov 11, 2020

Describe the feature
SparkTask [others] param string current not support variable inject,
just like [mainArgs],we need to replace ${variable} in [others]

just change like this
in org.apache.dolphinscheduler.server.worker.task.spark.SparkTask.java

        if (StringUtils.isNotEmpty(sparkParameters.getMainArgs())) {
            String args = sparkParameters.getMainArgs();

Improve this page

Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.