Fix docstring in DagFileProcessor._schedule_task_instances (#8948)
This commit is contained in:
Родитель
f3f74c7320
Коммит
8d3acd768e
|
@ -890,8 +890,8 @@ class DagFileProcessor(LoggingMixin):
|
|||
|
||||
:param dagbag: DagBag
|
||||
:type dagbag: models.DagBag
|
||||
:param ti_keys_to_schedule: List of task instnace keys which can be scheduled.
|
||||
:param ti_keys_to_schedule:
|
||||
:param ti_keys_to_schedule: List of task instnace keys which can be scheduled.
|
||||
:type ti_keys_to_schedule: list
|
||||
"""
|
||||
# Refresh all task instances that will be scheduled
|
||||
TI = models.TaskInstance
|
||||
|
|
Загрузка…
Ссылка в новой задаче