pierrejeambrun commented on issue #47163: URL: https://github.com/apache/airflow/issues/47163#issuecomment-2700356674
What we want to achieve is to get the asset id in the `def structure_data` and `def get_dependencies` endpoints. I think for `def structure_data` we have the `dag` object so it should be straight forward. For `def get_dependencies` we do not have the different dag object loaded, and would have to issue a db query to fetch all those dags I assume. `schedule_asset_references` and other type of references are setup at dag parsing time right ? > but still have asset alias, asset ref cases need to handle Indeed in the `Dag` model we see other type of references `schedule_asset_name_references` `schedule_asset_uri_references` `schedule_asset_references`, what is the difference ? -- 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]
