airflow
Here are 535 public repositories matching this topic...
Summary
I expect CLI docs to tell end user differences between argo terminate and argo stop intentions and its expected behavior. I found none.
Diagnostics
What Kubernetes provider are you using?
AWS
What version of Argo Workflows are you running?
2.16
**Message from the
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();-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Nov 3, 2020 - Shell
-
Updated
Nov 9, 2020 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Nov 4, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Jul 29, 2020 - Jupyter Notebook
-
Updated
Mar 5, 2020 - Python
-
Updated
Jul 6, 2020 - Python
-
Updated
Nov 11, 2020 - Python
-
Updated
Jul 15, 2020 - Python
Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow
Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.
related to GoogleCloudPlatform/airflow-operator#10
-
Updated
Jul 24, 2018 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2018
-
Updated
Nov 13, 2020 - Shell
-
Updated
Nov 8, 2020 - Shell
-
Updated
Oct 27, 2020 - HTML
Improve this page
Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."


See the hook:
airflow/providers/ssh/hooks/ssh.pyThe 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-rsapublic key signatures are soon becoming obsolete.https://www.openssh.com/txt/release-8.4