airflow
Here are 494 public repositories matching this topic...
Summary
When an environment variable is populated from a secret, the server UI shows undefined for its value. This is highly confusing because the user's first reaction is that the secret value isn't being correctly passed. This messaging could be improved by showing secret or hidden or something to that effect, to indicate that the value does exist, but is not displayed.
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
PipelineAI Kubeflow Distribution
-
Updated
Apr 24, 2020 - Jsonnet
Docker Apache Airflow
-
Updated
Sep 10, 2020 - Shell
Curated list of resources about Apache Airflow
-
Updated
Aug 27, 2020
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
A series of DAGs/Workflows to help maintain the operation of Airflow
-
Updated
Aug 7, 2020 - Python
An end-to-end GoodReads Data Pipeline for Building Data Lake, Data Warehouse and Analytics Platform.
-
Updated
Mar 9, 2020 - Python
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
-
Updated
Jul 29, 2020 - Jupyter Notebook
Turbine: the bare metals that gets you Airflow
-
Updated
Jul 6, 2020 - Python
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
-
Updated
Mar 5, 2020 - Python
Dynamically generate Apache Airflow DAGs from YAML configuration files
-
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
A plugin for Apache Airflow that exposes rest end points for the Command Line Interfaces
-
Updated
Jul 15, 2020 - Python
Example DAGs using hooks and operators from Airflow Plugins
-
Updated
Jul 24, 2018 - Python
A web frontend for scheduling Jupyter notebook reports
-
Updated
Feb 28, 2020 - Python
A process that runs in unison with Apache Airflow to control the Scheduler process to ensure High Availability
-
Updated
Dec 24, 2019 - Python
Airflow Unit Tests and Integration Tests
-
Updated
Jul 27, 2020 - Python
Airflow plugin to export dag and task based metrics to Prometheus.
-
Updated
Aug 17, 2020 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2018
Fast iterative local development and testing of Apache Airflow workflows
-
Updated
Dec 9, 2019 - Shell
A Helm chart to install Apache Airflow on Kubernetes
-
Updated
Sep 4, 2020 - Shell
Use Airflow to move data from multiple MySQL databases to BigQuery
-
Updated
Jul 21, 2020 - PLpgSQL
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."


Hello,
Currently, you can define a new connection/variable in several ways.
However, only the connections defined with the Metabase are visible from the Web UI. This is surprising among users because a natural way to check connection/variable configuration is to use the Web UI, which may not show complete information.
I would be happy if