Airflow DagRuns

You can navigate to the left navigation menu on the Pulse UI and select Airflow > DagRuns. The Airflow DagRuns list appears with the following functionalities to analyze the details.

FunctionalityDescription
Global calendarUse the Global calendar icon to select a time period (For example, Today, Last 12 hours, Last 3 Months, etc.) or choose a custom time period and click Apply.
Search barUse the Search filter option to display data for the selected metrics only.
SettingsUse the Settings option to select or unselect the metrics to appear in the results.

The following metrics with details are displayed to analyze the data.

NameDescription
DAG IDThe ID of the DAG.
Run IDThe DAG’s Run ID.
StateThe current status of the DAG.
Run TypeShows the DAG Run type. For example, manual, scheduled, etc.
Started atThe time at which the DAG started executing its tasks.
Queued atThe time at which the DAG is pushed into the queue state.
Ended atThe date beyond which your DAG won’t run.

You can navigate and click on each Dag ID to see the details of the Dag Tasks.

Example task states: Queued, Running, Completed, etc.

NameDescription
Task IDThe ID of the Task running.
Job IDThe incremental number for the respective DAG ID.
PoolThe number of slots available in the Pool.
Pool SlotsThe number of slots available for the task to run.
EventThe different types of listener events.
Event TypeThe example event types are dag_run_instance, task_run_instance, etc.
Previous State

The previous state of DAG before entering into the current state.

Example: Flow: Run >Queue>Completed

Current State: Queue

Previous State: Run

DurationThe time duration taken to complete the current state.
QueueQueue allows you to direct tasks to specific workers or groups of workers based on the queue they are assigned to.
Started atThe task started time.
Ended atThe task ended time.
Operator

The operator details that define the actions or tasks executed within a DAG.

ex: PythonOperator, BashOperator, etc.

Custom Operator Name

The specific name defines a class that extends Airflow's BaseOperator or any other class as needed.

Example: @Task

Priority WeightAssign a parameter to tasks within a DAG that influences the order in which the tasks are executed when resources (like worker slots) are limited.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Airflow DagRuns