[PR] Fix assignment of template field in `__init__` in `container_instances.py` [airflow]

2024-01-02 Thread via GitHub
romsharon98 opened a new pull request, #36529: URL: https://github.com/apache/airflow/pull/36529 related: https://github.com/apache/airflow/issues/36484 fix: airflow/providers/microsoft/azure/operators/container_instances.py --- **^ Add meaningful

Re: [PR] Fix assignment of template field in `__init__` in `container_instances.py` [airflow]

2024-01-03 Thread via GitHub
dirrao commented on code in PR #36529: URL: https://github.com/apache/airflow/pull/36529#discussion_r1440167500 ## airflow/providers/microsoft/azure/operators/container_instances.py: ## @@ -151,7 +151,7 @@ def __init__( self.ci_conn_id = ci_conn_id self.resou

Re: [PR] Fix assignment of template field in `__init__` in `container_instances.py` [airflow]

2024-01-03 Thread via GitHub
dirrao commented on code in PR #36529: URL: https://github.com/apache/airflow/pull/36529#discussion_r1440167500 ## airflow/providers/microsoft/azure/operators/container_instances.py: ## @@ -151,7 +151,7 @@ def __init__( self.ci_conn_id = ci_conn_id self.resou

Re: [PR] Fix assignment of template field in `__init__` in `container_instances.py` [airflow]

2024-01-03 Thread via GitHub
romsharon98 commented on code in PR #36529: URL: https://github.com/apache/airflow/pull/36529#discussion_r1440745571 ## airflow/providers/microsoft/azure/operators/container_instances.py: ## @@ -151,7 +151,7 @@ def __init__( self.ci_conn_id = ci_conn_id self.

Re: [PR] Fix assignment of template field in `__init__` in `container_instances.py` [airflow]

2024-01-05 Thread via GitHub
josh-fell commented on code in PR #36529: URL: https://github.com/apache/airflow/pull/36529#discussion_r1442994936 ## airflow/providers/microsoft/azure/operators/container_instances.py: ## @@ -151,7 +151,7 @@ def __init__( self.ci_conn_id = ci_conn_id self.re

Re: [PR] Fix assignment of template field in `__init__` in `container_instances.py` [airflow]

2024-01-14 Thread via GitHub
josh-fell merged PR #36529: URL: https://github.com/apache/airflow/pull/36529 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflo