Difference between revisions of "Airflow dags"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == Related == * DAGs == See also == * {{airflow cmd}} * {{airflow}} Category:Airflow")
 
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
[[airflow dags backfill]]
 +
[[airflow dags pause]]
 +
[[airflow dags unpause]]
 +
[[airflow dags show]]
 +
[[airflow dags list]]
 +
[[airflow dags list-jobs]]
 +
[[airflow dags list-runs]]
 +
[[airflow dags state]]
 +
[[airflow dags reserialize]]
 +
 +
<pre>
 +
airflow dags --help
 +
usage: airflow dags [-h] COMMAND ...
 +
 +
Manage DAGs
 +
 +
positional arguments:
 +
  COMMAND
 +
    backfill          Run subsections of a DAG for a specified date range
 +
    delete            Delete all DB records related to the specified DAG
 +
    list              List all the DAGs
 +
    list-import-errors
 +
                      List all the DAGs that have import errors
 +
    list-jobs        List the jobs
 +
    list-runs        List DAG runs given a DAG id
 +
    next-execution    Get the next execution datetimes of a DAG
 +
    pause            Pause a DAG
 +
    report            Show DagBag loading report
 +
    reserialize      Reserialize all DAGs by parsing the DagBag files
 +
    show              Displays DAG's tasks with their dependencies
 +
    show-dependencies
 +
                      Displays DAGs with their dependencies
 +
    state            Get the status of a dag run
 +
    test              Execute one single DagRun
 +
    trigger          Trigger a DAG run
 +
    unpause          Resume a paused DAG
 +
 +
options:
 +
  -h, --help          show this help message and exit
 +
</pre>
  
  
Line 5: Line 45:
 
== Related ==
 
== Related ==
 
* [[DAGs]]
 
* [[DAGs]]
 +
* <code>[[airflow dag-processor]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{airflow dags}}
 
* {{airflow cmd}}
 
* {{airflow cmd}}
 
* {{airflow}}
 
* {{airflow}}
  
 
[[Category:Airflow]]
 
[[Category:Airflow]]

Latest revision as of 08:55, 3 May 2024

airflow dags backfill
airflow dags pause
airflow dags unpause
airflow dags show
airflow dags list
airflow dags list-jobs
airflow dags list-runs
airflow dags state
airflow dags reserialize
airflow dags --help
usage: airflow dags [-h] COMMAND ...

Manage DAGs

positional arguments:
  COMMAND
    backfill          Run subsections of a DAG for a specified date range
    delete            Delete all DB records related to the specified DAG
    list              List all the DAGs
    list-import-errors
                      List all the DAGs that have import errors
    list-jobs         List the jobs
    list-runs         List DAG runs given a DAG id
    next-execution    Get the next execution datetimes of a DAG
    pause             Pause a DAG
    report            Show DagBag loading report
    reserialize       Reserialize all DAGs by parsing the DagBag files
    show              Displays DAG's tasks with their dependencies
    show-dependencies
                      Displays DAGs with their dependencies
    state             Get the status of a dag run
    test              Execute one single DagRun
    trigger           Trigger a DAG run
    unpause           Resume a paused DAG

options:
  -h, --help          show this help message and exit


Related[edit]

See also[edit]

Advertising: