TamGB opened a new issue #21795: URL: https://github.com/apache/airflow/issues/21795
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers Azure Extension - 3.6.0 ### Apache Airflow version 2.2.3 ### Operating System UNIX ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened I tried following several tutorials on how to trigger a dummy Azure Data Factory pipeline via Airflow, [link 1](https://www.astronomer.io/guides/airflow-azure-data-factory-integration/), [link 2](https://www.astronomer.io/events/recaps/using-airflow-with-azure-data-factory/). However, regardless of what I do, always obtain the same outcome, the DAG fails, and upon inspecting the Airflow log I get: ``` *** Trying to get logs (last 100 lines) from worker pod airflowadfintegrationdemoextractdatafactorypipelinegetlatestpip *** *** Unable to fetch logs from worker pod airflowadfintegrationdemoextractdatafactorypipelinegetlatestpip *** (404) Reason: Not Found HTTP response headers: HTTPHeaderDict({'Audit-Id': 'fc84b49e-26c5-4edb-997d-e756469a8df7', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Date': 'Thu, 24 Feb 2022 16:04:30 GMT', 'Content-Length': '294'}) HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods \\"airflowadfintegrationdemoextractdatafactorypipelinegetlatestpip\\" not found","reason":"NotFound","details":{"name":"airflowadfintegrationdemoextractdatafactorypipelinegetlatestpip","kind":"pods"},"code":404}\n' ``` Which is extremely odd, since the Data Factory does exist, so does the Pipeline, the Subscription ID, Resource Group are all filled in. Has anyone experienced this before? ### What you expected to happen _No response_ ### How to reproduce _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
