uranusjr commented on issue #46958: URL: https://github.com/apache/airflow/issues/46958#issuecomment-2713269117
User-defined asset subclasses is only useful at execution time (if the user wants to introspect), and the UI (where we show `asset_type` as a string). But in `register_asset_changes_in_db` we don’t actually care about those subclasses, they are all assets and go through the exact same code path without any distinction. So these two probably should be two separate fields (and the one used in `register_asset_changes_in_db` should not be named `asset_type`). -- 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]
