apache-airflow
Here are 144 public repositories matching this topic...
-
Updated
Oct 8, 2020 - Shell
-
Updated
Aug 7, 2020 - Python
-
Updated
Mar 9, 2020 - Python
Warning from GitHub Actions:
The
add-pathcommand is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
We need to upgrade to use environment files for GitHub Actions going forward.
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 16, 2020 - Shell
-
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 15, 2020 - Shell
-
Updated
Oct 14, 2020 - Go
-
Updated
Aug 1, 2020 - HCL
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 16, 2020 - Python
-
Updated
Jan 6, 2020 - Python
-
Updated
Sep 25, 2018 - Python
-
Updated
Oct 3, 2018 - Python
-
Updated
Mar 6, 2019 - Go
-
Updated
May 3, 2018 - Python
-
Updated
Jun 10, 2020 - Python
-
Updated
May 16, 2018 - HCL
-
Updated
Sep 15, 2020 - Python
Improve this page
Add a description, image, and links to the apache-airflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache-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.