[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-04-15 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r614337640 ## File path: airflow/decorators/docker.py ## @@ -0,0 +1,159 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor l

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-04-15 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r614359893 ## File path: airflow/decorators/__init__.py ## @@ -139,5 +139,169 @@ def virtualenv( **kwargs, ) +@staticmethod +def

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-08-09 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r685647871 ## File path: airflow/decorators/docker.py ## @@ -0,0 +1,159 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor l

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-08-13 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r688773634 ## File path: airflow/decorators/__init__.pyi ## @@ -0,0 +1,105 @@ +from typing import Optional, Callable, Iterable, Dict, Union, List + +try: +fr

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-08-23 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r694154586 ## File path: airflow/providers_manager.py ## @@ -278,6 +309,51 @@ def _get_attr(obj: Any, attr_name: str): return None return g

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-08-30 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r698946198 ## File path: airflow/providers/docker/decorators/docker.py ## @@ -0,0 +1,459 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or m

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-08-31 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r698946198 ## File path: airflow/providers/docker/decorators/docker.py ## @@ -0,0 +1,459 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or m

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-09-12 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r706998645 ## File path: airflow/providers_manager.py ## @@ -278,6 +309,51 @@ def _get_attr(obj: Any, attr_name: str): return None return g

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-09-12 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r706998932 ## File path: airflow/decorators/__init__.py ## @@ -15,34 +15,58 @@ # specific language governing permissions and limitations # under the License.

[GitHub] [airflow] dimberman commented on a change in pull request #15330: Add a Docker Taskflow decorator

2021-09-13 Thread GitBox
dimberman commented on a change in pull request #15330: URL: https://github.com/apache/airflow/pull/15330#discussion_r707646679 ## File path: airflow/providers_manager.py ## @@ -278,6 +309,51 @@ def _get_attr(obj: Any, attr_name: str): return None return g