Skip to content
#

airflow

Here are 1,020 public repositories matching this topic...

chlee1016
chlee1016 commented Apr 9, 2022

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

alexec
alexec commented Apr 7, 2022

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

zhongjiajie
zhongjiajie commented Apr 2, 2022

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

help wanted new feature good first issue CI&CD
karlaspuldaro
karlaspuldaro commented Feb 7, 2022

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
kind:enhancement good first issue component:test area:front-end

Improve this page

Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."

Learn more