[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-24 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r444755051 ## File path: airflow/models/dag.py ## @@ -844,11 +844,12 @@ def get_task_instances( start_date = timezone.make_aware(

[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-22 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r443388108 ## File path: airflow/models/baseoperator.py ## @@ -359,6 +363,8 @@ def __init__( self.email = email self.email_on_retry =

[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-18 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r442278312 ## File path: airflow/models/taskinstance.py ## @@ -501,6 +524,13 @@ def refresh_from_task(self, task, pool_override=None): self.max_tries =

[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-18 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r442276792 ## File path: airflow/models/taskinstance.py ## @@ -501,6 +524,13 @@ def refresh_from_task(self, task, pool_override=None): self.max_tries =

[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-18 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r442101482 ## File path: airflow/example_dags/example_task_tags.py ## @@ -0,0 +1,63 @@ +# Review comment: Fixed in 8c67348 ## File path:

[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-18 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r442088796 ## File path: airflow/models/baseoperator.py ## @@ -243,6 +243,8 @@ class derived from this one results in the creation of a task object, :param

[GitHub] [airflow] mikaelfr commented on a change in pull request #9204: Add filtering tasks/task instances by tags

2020-06-17 Thread GitBox
mikaelfr commented on a change in pull request #9204: URL: https://github.com/apache/airflow/pull/9204#discussion_r441602147 ## File path: airflow/migrations/versions/7c1bef9cb7b9_merge_heads.py ## @@ -0,0 +1,41 @@ +# +# Licensed to the Apache Software Foundation (ASF) under