[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-17 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r785799480 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-12 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r783658006 ## File path: airflow/models/taskinstance.py ## @@ -2128,6 +2138,14 @@ def set_duration(self) -> None: self.duration = None

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-12 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r783657603 ## File path: airflow/models/baseoperator.py ## @@ -1632,6 +1632,33 @@ def defer( def map(self, **kwargs) -> "MappedOperator": return

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-12 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r783194609 ## File path: airflow/models/taskinstance.py ## @@ -2128,6 +2138,14 @@ def set_duration(self) -> None: self.duration = None

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-12 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782844937 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-12 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782776457 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-12 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782838839 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-11 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782781047 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-11 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782776457 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-11 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782776457 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-11 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782776457 ## File path: airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py ## @@ -0,0 +1,120 @@ +# +# Licensed to the Apache

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-11 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r782769669 ## File path: airflow/models/baseoperator.py ## @@ -1632,6 +1632,33 @@ def defer( def map(self, **kwargs) -> "MappedOperator": return

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-08 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r780049983 ## File path: airflow/models/taskmap.py ## @@ -0,0 +1,71 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2022-01-06 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r780049983 ## File path: airflow/models/taskmap.py ## @@ -0,0 +1,71 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [airflow] uranusjr commented on a change in pull request #20286: Add TaskMap and TaskInstance.map_id

2021-12-20 Thread GitBox
uranusjr commented on a change in pull request #20286: URL: https://github.com/apache/airflow/pull/20286#discussion_r772287878 ## File path: tests/providers/jira/operators/test_jira.py ## @@ -39,8 +38,11 @@ } -class TestJiraOperator(unittest.TestCase): -def