[GitHub] [airflow] Lee-W commented on a diff in pull request #32323: refresh connection if an exception is caught in "AzureDataFactory"

2023-07-04 Thread via GitHub
Lee-W commented on code in PR #32323: URL: https://github.com/apache/airflow/pull/32323#discussion_r1252107812 ## airflow/providers/microsoft/azure/triggers/data_factory.py: ## @@ -68,24 +70,38 @@ def serialize(self) -> tuple[str, dict[str, Any]]: async def run(self) -> Asy

[GitHub] [airflow] Lee-W commented on a diff in pull request #32323: refresh connection if an exception is caught in "AzureDataFactory"

2023-07-03 Thread via GitHub
Lee-W commented on code in PR #32323: URL: https://github.com/apache/airflow/pull/32323#discussion_r1251486897 ## airflow/providers/microsoft/azure/hooks/data_factory.py: ## @@ -828,7 +833,14 @@ def wait_for_pipeline_run_status( # Wait to check the status of the pip