Skip to content
#

airflow

Here are 861 public repositories matching this topic...

surapuramakhil
surapuramakhil commented Nov 8, 2021

Description

In Airflow UI. If we go to Browse --> DAG Runs, then DAG Runs view will be displayed.

Table contains a lot of insightful values likes DAG execution date, Start date, end date, Dag config etc

Request to add DAG duration column in the same table.
DAG Duration i.e. DAG end_date timestamp - DAG start_date timestamp

Use case/motivation

Analytics purpose of knowing DAG dur

kiersten-stokes
kiersten-stokes commented Oct 8, 2021

Is your feature request related to a problem? Please describe.
We currently only create and push tags in our release script. To bring Elyra more in line with similar projects (such as JupyterLab), we could consider adding Github releases as well.

Current:
<img width="164" alt="Screen Shot 2021-10-08 at 3 20 36 PM" src="https://user-images.githubusercontent.com/31816267/136620475-35651a55-

edublancas
edublancas commented Oct 27, 2021

The load_dotted_path raises the following error if unable to load the module:

Traceback (most recent call last):
  File "/Users/Edu/Desktop/import-error/script.py", line 4, in <module>
    load_dotted_path('tests.quality.fn')
  File "/Users/Edu/dev/ploomber/src/ploomber/util/dotted_path.py", line 128, in load_dotted_path
    module = importlib.import_module(mod)
  File "/Users/

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