kacpermuda commented on PR #71312: URL: https://github.com/apache/airflow/pull/71312#issuecomment-5295525223
Hmm, I don't have a good answer now, will need to think about it a bit more. Going ooo for a week, but will definitely come back to it after I'm back. I think we are ok with mixing hook as a scope, we can then disable something globally where we know it comes from hook, but also make it only per dag or task if needed, so all combinations make sense. `exclude_datasets` could also make sense: - if we scope it to dag+ task - we drop all datasets from task - if for task and dag+task+hook - we drop only hook level lineage - if we scope for hook only - we drop them globally Does that sound right? -- 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]
