airflow
Here are 1,020 public repositories matching this topic...
Summary
Users want to be able to find workflows by time. Add a filter to the UI for date range (same as archived workflows).
Note that the API does not support time filters, and cannot, because it essentially proxies to the Kubernetes API, which does not support it.
That means we need to warn users that maybe need to increase the number of records per page..
This feature will never b
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently, our CI in directory docs/img_utils.py has two subcommands, which include python img_utils.py check and python img_utils.py prune. Those two commands are checked whether have unexpected img type a
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Jan 27, 2022 - Shell
-
Updated
Mar 19, 2022 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.
This is an umbrella issue - subtasks can be delivered in separate PRs.
Pipeline Editor
- Test Pipeline Service (runtime types, runtimes, runtime images
-
Updated
Feb 2, 2022 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 25, 2022 - Dockerfile
-
Updated
Apr 11, 2022 - Python
-
Updated
Mar 5, 2020 - Python
-
Updated
Feb 8, 2022 - Python
Sending a rest call to delete a job specification throws 404 where as grpc call works fine. Steps to reproduce
curl -X DELETE "http://localhost:9100/v1/project/my-project/namespace/kush/helloworld" -H "accept: application/json"-
Updated
Oct 29, 2021 - Jupyter Notebook
-
Updated
Feb 10, 2022 - Python
-
Updated
Oct 10, 2021 - Python
-
Updated
Mar 7, 2022 - Jupyter Notebook
-
Updated
Dec 16, 2020 - Python
-
Updated
Apr 4, 2022 - Smarty
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
Apr 11, 2022 - Java
-
Updated
Feb 9, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
Apr 8, 2022 - 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
Thanks to you guys contribution, we are using Airflow in production.
We have a number of DAGs we should manage, so it is frequent to clear a task or mark it as success, etc.
Use case/motivation
Everytime we clear a task or mark it as success, clicking the button 'Clear' or 'Mark Success' is timespent.
Therefore, it would be great if there is a keyboard shortcut for that