mik-laj commented on a change in pull request #9570:
URL: https://github.com/apache/airflow/pull/9570#discussion_r447421319
##########
File path: airflow/utils/dag_processing.py
##########
@@ -63,13 +63,13 @@ class SimpleDag(BaseDag):
:type pickle_id: unicode
"""
- def __init__(self, dag, pickle_id: Optional[str] = None):
- self._dag_id: str = dag.dag_id
- self._task_ids: List[str] = [task.task_id for task in dag.tasks]
- self._full_filepath: str = dag.full_filepath
- self._concurrency: int = dag.concurrency
- self._pickle_id: Optional[str] = pickle_id
- self._task_special_args: Dict[str, Any] = {}
+ def __init__(self, dag, pickle_id=None):
Review comment:
Is it related?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]