Skip to content

Commit c3ff94b

Browse files
committed
fix static checks
1 parent ebcdafb commit c3ff94b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airflow-core/docs/authoring-and-scheduling/ownership.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ In Airflow 2, the list of owners was displayed in the DAG list view, not taking
3333
Starting with Airflow 3.1, the owners are displayed in the header of the DAG view.
3434
Hence, a clickable link (that may be a instant messaging handle or a mailto link) is displayed for any owner matching an item defined in the ``owner_links`` dictionary is converted to a clickable link.
3535

36-
If you don't need the Task level granularity, and want to define a set of owners at the DAG level, you may leverage the :ref:` \`\`default_args\`\` argument <concepts-default-arguments>` to apply the same set of owners to every tasks in the DAG.
37-
36+
If you don't need the Task level granularity, and want to define a set of owners at the DAG level, you may leverage the :ref:`default_args argument<concepts-default-arguments>` to apply the same set of owners to every tasks in the DAG.
3837

0 commit comments

Comments
 (0)