airflow
Here are 552 public repositories matching this topic...
Summary
Examples should validate by the JSON schema.
Schema or example is wrong. This example will be ignored in the validation test until fixed (see `examples/valida
[DOCS][SPI] SPI-DOCS
Hi, everybody.
The design and development of SPI in the DolphinScheduler community has already begun, and the development of Alert spi is about to be completed. Therefore, we need relevant documents to tell users how to develop spi. We hope that interested friends in the community can participate in this work. If you are interesting this research, you can leave a comment below. thank you very muc
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Dec 10, 2020 - Shell
-
Updated
Dec 2, 2020 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Dec 3, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Jul 29, 2020 - Jupyter Notebook
-
Updated
Mar 5, 2020 - Python
-
Updated
Jul 6, 2020 - Python
-
Updated
Nov 16, 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
Nov 3, 2020 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Dec 11, 2020 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2018
-
Updated
Dec 12, 2020 - Shell
-
Updated
Oct 27, 2020 - HTML
-
Updated
Nov 8, 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."


I often want to rerun dag with the same or slightly tweaked conf parameters. So I copy the conf JSON from this page and trigger the dag with it. Except... it's not actually JSON, because it uses single quotes instead of double quotes. This results in "invalid JSON configuration" error.