uranusjr commented on issue #16303: URL: https://github.com/apache/airflow/issues/16303#issuecomment-864467522
Since #16302 will likely be pretty large, I would try to avoid depending on it if possible. One possibility is to create a `@property` (or SQLAlchemy relationship since we may to filter on it? not sure) on `TaskInstance` that uses `execution_date` and `dag_id` underneath, and add a `TODO` comment for #16302 to change the implementation when it implements the actual `run_id` field. Not 100% sure if it’s doable, but may be worth a try. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
