airflow
Here are 515 public repositories matching this topic...
Summary
The user should be given the chance to set input parameters in the UI when submitting a workflow from a template.
The work done in argoproj/argo#3498 is great, but it only works when (default?) values for the parameters have been set in arguments.parameters.
Instead I suggest both the list of inputs.parameters and arguments.parameters should be consider
At present, the Chinese and English of our official documents are not synchronized. We hope that friends who are interested in participating in community contributions will complete it. I will post some articles that need English translation here. Interested friends can leave a message below to choose articles of interest to participate.
Official document address: https://dolphinscheduler.apach
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Oct 14, 2020 - Shell
-
Updated
Oct 8, 2020 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Aug 7, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Jul 29, 2020 - Jupyter Notebook
-
Updated
Mar 5, 2020 - Python
-
Updated
Jul 6, 2020 - Python
-
Updated
Oct 14, 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
Feb 28, 2020 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Aug 17, 2020 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2018
-
Updated
Dec 9, 2019 - Shell
-
Updated
Oct 15, 2020 - Shell
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."
Description
Currently to view DAG run in graph view you must first know it's execution date and then choose it from the drop list.
This is annoying in some cases because you might want to see the big picture in Tree view and then "zoom in" to graph view for a specific run. Currently there is no direct way to do this.
I suggest the following:
Go to tree view and click on a dag run.