[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-31 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r698663925 ## File path: airflow/serialization/serialized_objects.py ## @@ -87,6 +88,64 @@ def get_operator_extra_links(): return _OPERATOR_EXTRA_LINKS +def

[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-30 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r698711237 ## File path: airflow/serialization/serialized_objects.py ## @@ -87,6 +88,64 @@ def get_operator_extra_links(): return _OPERATOR_EXTRA_LINKS +def

[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-30 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r698663925 ## File path: airflow/serialization/serialized_objects.py ## @@ -87,6 +88,64 @@ def get_operator_extra_links(): return _OPERATOR_EXTRA_LINKS +def

[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-25 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r695823577 ## File path: airflow/models/dag.py ## @@ -92,11 +91,34 @@ log = logging.getLogger(__name__) -ScheduleInterval = Union[str, timedelta, relativedelta]

[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-25 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r695821210 ## File path: airflow/models/dag.py ## @@ -92,11 +91,34 @@ log = logging.getLogger(__name__) -ScheduleInterval = Union[str, timedelta, relativedelta]

[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-25 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r695820908 ## File path: airflow/models/dag.py ## @@ -92,11 +91,34 @@ log = logging.getLogger(__name__) -ScheduleInterval = Union[str, timedelta, relativedelta]

[GitHub] [airflow] ashb commented on a change in pull request #17414: Allow custom timetable as a DAG argument

2021-08-25 Thread GitBox
ashb commented on a change in pull request #17414: URL: https://github.com/apache/airflow/pull/17414#discussion_r695579923 ## File path: airflow/models/dag.py ## @@ -92,11 +91,34 @@ log = logging.getLogger(__name__) -ScheduleInterval = Union[str, timedelta, relativedelta]