apache-airflow
Here are 140 public repositories matching this topic...
-
Updated
Aug 27, 2020
-
Updated
Aug 7, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Sep 9, 2020 - Shell
-
Updated
Aug 21, 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 15, 2020 - Python
Currently the argument type in Artifact is not used. We should support different types of artifacts with various artifact repository (e.g. AWS and GCS).
-
Updated
Jul 24, 2018 - Python
-
Updated
Feb 28, 2020 - Python
-
Updated
Dec 24, 2019 - Python
-
Updated
Sep 4, 2020 - Shell
-
Updated
Sep 4, 2020 - Go
-
Updated
Aug 1, 2020 - HCL
-
Updated
Apr 29, 2020 - Python
-
Updated
Sep 7, 2020 - JavaScript
-
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
Apr 13, 2019 - 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."
We use PyDocStyle in pre-commit to enforce docstring style: https://github.com/apache/airflow/blob/079d7b59464921f7fd7d615b6c74195a9c2f831f/.pre-commit-config.yaml#L195-L203
We follow pep257 style (http://www.pydocstyle.org/en/stable/error_codes.html) for checks.
Currently, we ignore the following rules:
D100,D102,D104,D105,D107,D200,D202,D204,D205,D