Skip to content
#

workflow

Here are 3,159 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

schrockn
schrockn commented May 4, 2021

https://docs.dagster.io/integrations/pandas#dagster-dataframe-summary-statistics

seems like a good opportunity to show off the new condensed API.

This does open up the question of how we will support descriptions in the condensed API. Or did we make the decision to explicitly not support it?


Message from the maintainers:

Excited about this feature? Give it a :thumbsup

SuiteCRM
Zelldon
Zelldon commented Nov 17, 2020

Description

When using the zbctl to create a worker we are able to set some flags, like the timeout of the job activation, but it is not clear from the help what the unit is and how the parameter should look like.

[zell camunda-cloud/ ns:bece6b37-3b9c-4fd0-8e79-4990cd0d057d-zeebe]$ zbctl create worker
Error: accepts 1 arg(s), received 0
Usage:
  zbctl create worker <type> [flag

Improve this page

Add a description, image, and links to the workflow 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 workflow topic, visit your repo's landing page and select "manage topics."

Learn more