dstandish commented on issue #20143: URL: https://github.com/apache/airflow/issues/20143#issuecomment-990413965
@kaxil taking a look at the code, it makes sense that this would happen because the hook is only called within `verify_integrity`, which is only called within `create_dagrun` after a `clear`, the dag run is already there, so this would not get called. do you know where TIs get created after a clear? -- 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]
