[GitHub] [airflow] uranusjr commented on a change in pull request #16475: Add the ability to rerun success state task_instance in the Backfill API(#16452)

2021-10-07 Thread GitBox
uranusjr commented on a change in pull request #16475: URL: https://github.com/apache/airflow/pull/16475#discussion_r723801595 ## File path: airflow/cli/cli_parser.py ## @@ -909,7 +917,9 @@ class GroupCommand(NamedTuple): "Run subsections of a DAG for a specified d

[GitHub] [airflow] uranusjr commented on a change in pull request #16475: Add the ability to rerun success state task_instance in the Backfill API(#16452)

2021-10-06 Thread GitBox
uranusjr commented on a change in pull request #16475: URL: https://github.com/apache/airflow/pull/16475#discussion_r723801733 ## File path: airflow/cli/commands/dag_command.py ## @@ -122,13 +123,15 @@ def dag_backfill(args, dag=None): verbose=args.verbose,

[GitHub] [airflow] uranusjr commented on a change in pull request #16475: Add the ability to rerun success state task_instance in the Backfill API(#16452)

2021-10-06 Thread GitBox
uranusjr commented on a change in pull request #16475: URL: https://github.com/apache/airflow/pull/16475#discussion_r723801595 ## File path: airflow/cli/cli_parser.py ## @@ -909,7 +917,9 @@ class GroupCommand(NamedTuple): "Run subsections of a DAG for a specified d

[GitHub] [airflow] uranusjr commented on a change in pull request #16475: Add the ability to rerun success state task_instance in the Backfill API(#16452)

2021-08-08 Thread GitBox
uranusjr commented on a change in pull request #16475: URL: https://github.com/apache/airflow/pull/16475#discussion_r684746710 ## File path: tests/jobs/test_backfill_job.py ## @@ -56,47 +54,48 @@ DEFAULT_DATE = timezone.datetime(2016, 1, 1) -class TestBackfillJob(unittest.

[GitHub] [airflow] uranusjr commented on a change in pull request #16475: Add the ability to rerun success state task_instance in the Backfill API(#16452)

2021-08-08 Thread GitBox
uranusjr commented on a change in pull request #16475: URL: https://github.com/apache/airflow/pull/16475#discussion_r684746710 ## File path: tests/jobs/test_backfill_job.py ## @@ -56,47 +54,48 @@ DEFAULT_DATE = timezone.datetime(2016, 1, 1) -class TestBackfillJob(unittest.