This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 97d3009115 docs: Remove outdated 'executor' reference from run() 
method docstring (#42121)
97d3009115 is described below

commit 97d3009115edc2e6a03eca8f81a4fa3a23b72b37
Author: Wonseok Yang <deadline.y...@gmail.com>
AuthorDate: Wed Sep 11 02:27:53 2024 +0900

    docs: Remove outdated 'executor' reference from run() method docstring 
(#42121)
---
 airflow/models/dag.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow/models/dag.py b/airflow/models/dag.py
index 56f7dc89d2..95a2f8b6e3 100644
--- a/airflow/models/dag.py
+++ b/airflow/models/dag.py
@@ -2321,7 +2321,6 @@ class DAG(LoggingMixin):
         :param end_date: the end date of the range to run
         :param mark_success: True to mark jobs as succeeded without running 
them
         :param local: True to run the tasks using the LocalExecutor
-        :param executor: The executor instance to run the tasks
         :param donot_pickle: True to avoid pickling DAG object and send to 
workers
         :param ignore_task_deps: True to skip upstream tasks
         :param ignore_first_depends_on_past: True to ignore depends_on_past

Reply via email to