brunoCCOS commented on issue #42912: URL: https://github.com/apache/airflow/issues/42912#issuecomment-2469146494
Yeah i tried using the exactly same code using the 2.10.3 stable version and didn't get the error. Maybe just updating from 2.10.2 to 2.10.3 already solves the problem. Another thing to mention here is that PythonOperator is deprecated, should change for the @task decorator according to docs (https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/python.html#pythonoperator) <img width="1440" alt="Captura de Tela 2024-11-11 às 18 50 00" src="https://github.com/user-attachments/assets/8fbf9abd-9c68-4d1c-992f-3c69f877a599"> I even tried changing the dag passed to the TriggerDagRunOperator but still got no problems <img width="1440" alt="Captura de Tela 2024-11-11 às 19 01 15" src="https://github.com/user-attachments/assets/d86e8dfc-5a82-4890-b9f2-e42b21cb4a9b"> Maybe try updating to 2.10.3 and check if still gets the error -- 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]
