guan404ming commented on PR #58059: URL: https://github.com/apache/airflow/pull/58059#issuecomment-3767105929
> But I don't see any consuming tasks, even after running asset_alias_example_alias_consumer. But i'm not sure if we do have the information at this point. You're right. The data model doesn't currently store task-to-asset-alias relationships (only TaskInletAssetReference / TaskOutletAssetReference for actual assets). This would need new tables or querying serialized DAG data. Should we bring these in in this pr or in a follow up? > Nit. I'm not sure we want to call that 'lineage'. That could be 'task dependencies' or something else. Make sense to me. I've updated to use the task dependencies wording. -- 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]
