airflow
Here are 783 public repositories matching this topic...
Particularly EXECUTOR_IMAGE
EXECUTOR_IMAGE=argoproj/argoexec:latest workflow-controller
CLI flags take precedence obviously.
Describe the bug
This method is hope to deserialize a JSON to Map.
https://github.com/apache/dolphinscheduler/blob/e866d1be86464d812551e8c38ba60767a204c82e/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/JSONUtils.java#L249-L251
But the generics type in the Map is not what we expected.
We can write a simple test case:
String sqlResult = "{\"id\"-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Aug 18, 2021 - Shell
-
Updated
Aug 30, 2021 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Aug 30, 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
Mar 5, 2020 - Python
-
Updated
Sep 1, 2021
-
Updated
Aug 25, 2021 - Python
We have a new cookbook section: https://github.com/ploomber/projects/tree/master/cookbook
where we add minimal examples for certain use cases, we should add links to each one on the relevant sections in the docs
-
Updated
May 28, 2021 - Jupyter Notebook
-
Updated
Sep 2, 2021 - Python
-
Updated
Jul 6, 2020 - 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
Aug 25, 2021 - Smarty
-
Updated
Aug 31, 2021 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Aug 30, 2021 - Python
-
Updated
Aug 16, 2021 - Python
-
Updated
Sep 2, 2021 - Python
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."
Description
It's a good idea to support conflicts statements such as
ON CONFLICT DO NOTHINGorON CONFLICT UPDATEin
DBApi Hook, that user can do it easily by providing additionalkwargsininsert_rowsmethod.Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct