idantepper opened a new pull request, #38981: URL: https://github.com/apache/airflow/pull/38981
related: #38642 I removed the initialization of TaskInstance from using execution_date to using run_id before changing when running the tests the following warn was given [https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py](url) ```python warnings.warn( "Passing an execution_date to `TaskInstance()` is deprecated in favour of passing a run_id", RemovedInAirflow3Warning, # Stack level is 4 because SQLA adds some wrappers around the constructor stacklevel=4, ) ``` -- 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]
