apache-airflow
Here are 182 public repositories matching this topic...
-
Updated
Jul 12, 2021 - Shell
-
Updated
Aug 20, 2021 - Python
Describe the issue
Current apache helm-chart lists redis as installation enabled but is not actually required when using the kubernetes executor, we should update to false.
https://github.com/elyra-ai/elyra/blob/dcb63e72c12f7e143ca5262f2140a3387f8abd10/etc/kubernetes/airflow/helm/values.yaml#L1420-L1427
To Reproduce
Screenshots or log output
If applicable, add screenshots or l
-
Updated
Mar 9, 2020 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 28, 2021 - Python
-
Updated
Dec 16, 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
Aug 9, 2021 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Aug 27, 2021 - Go
-
Updated
May 18, 2021 - Python
-
Updated
Aug 3, 2021 - Python
-
Updated
Jun 28, 2021 - HCL
-
Updated
Mar 9, 2021 - Python
-
Updated
Jul 15, 2021 - Jinja
-
Updated
Aug 20, 2021 - Python
-
Updated
Jul 31, 2021 - Go
-
Updated
Aug 4, 2021 - Python
-
Updated
Oct 3, 2018 - Python
-
Updated
Sep 25, 2018 - 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
Enabled list of cors headers origin allowed
Use case / motivation
I'm currently developping Django application working with apache airflow for some external work through api. From Django, user run dag and a js request wait for dag end. By this way, I enabled cors headers in airflow.cfg with correct url. But now, I've environment (dev & prod). It could be useful to be