airflow
Here are 683 public repositories matching this topic...
Summary
This is minor, but also really annoying when trying to run a bunch of workflows from the UI.
- Go to /workflows
- Click 'Submit new workflow'
- Click in the 'select a workflow template' text area
- Start typing
Issue: Your typing isn't refining the search.
I have to click again in the text dropdown for my typing to be effective.
Diagnostics
What Kubernetes
[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
Mar 16, 2021 - Shell
-
Updated
May 8, 2021 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Mar 5, 2021 - Python
Describe the issue
In dark mode - hard to see three dots in node to open common props when not highlighted
To Reproduce
Steps to reproduce the behavior:
0. Activate dark mode,
- Go to pipeline editor, drag a notebook to create a node
- Scroll over the node and highlight the 3 dots.
Screenshots or log output
![image](https://user-images.githubusercontent.com/13340013/11038
-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 5, 2020 - Python
-
Updated
May 6, 2021
-
Updated
May 10, 2021 - Python
-
Updated
Apr 29, 2021 - Jupyter Notebook
-
Updated
Jul 6, 2020 - Python
-
Updated
May 11, 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
Same as #281 but for SQLAlchemy client:
We can use the flavor property in the constructor to determine whether we are dealing with a sqlite db or not.
-
Updated
Jul 24, 2018 - Python
-
Updated
Feb 27, 2021 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
May 6, 2021 - Python
-
Updated
Feb 14, 2021 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
May 12, 2021 - Shell
-
Updated
Mar 20, 2021 - HTML
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.
Kubernetes generates a unique pod name.
https://github.com/apache/airflow/blob/736a62f824d9062b52983633528e58c445d8cc56/airflow/kubernetes/pod_generator.py#L434-L458
It would be great if the pod name was available in Airflow after completing the task, so that, for example, we could use it to add [extra links](http://airflow.apache.org/docs/apache-airflow/stable/howto/define_extra_link.