Skip to content

Commit

Permalink
Update trigger_dagrun doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hardeybisey committed Nov 14, 2024
1 parent 8516287 commit 95cd4aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apache-airflow/core-concepts/dags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ While dependencies between tasks in a DAG are explicitly defined through upstrea
relationships, dependencies between DAGs are a bit more complex. In general, there are two ways
in which one DAG can depend on another:

- triggering - :class:`~airflow.operators.trigger_dagrun.TriggerDagRunOperator`
- triggering - :class:`~airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunOperator`
- waiting - :class:`~airflow.sensors.external_task_sensor.ExternalTaskSensor`

Additional difficulty is that one DAG could wait for or trigger several runs of the other DAG
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/operators-and-hooks-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For details see: :doc:`apache-airflow-providers:operators-and-hooks-ref/index`.
* - :mod:`airflow.operators.latest_only`
-

* - :mod:`airflow.operators.trigger_dagrun`
* - :mod:`airflow.providers.standard.operators.trigger_dagrun`
-

**Sensors:**
Expand Down
2 changes: 1 addition & 1 deletion newsfragments/41736.significant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Removed deprecated parameters from core-operators.
Parameters removed:

- airflow.operators.datetime.BranchDateTimeOperator: use_task_execution_date
- airflow.operators.trigger_dagrun.TriggerDagRunOperator: execution_date
- airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunOperator: execution_date
- airflow.operators.weekday.BranchDayOfWeekOperator: use_task_execution_day

0 comments on commit 95cd4aa

Please sign in to comment.