tirkarthi commented on issue #56401: URL: https://github.com/apache/airflow/issues/56401#issuecomment-3371954065
`AssetDefinition` is constructed with name if passed and falls back to function name but constructing the operator always uses the function name which should also handle similar logic, https://github.com/apache/airflow/blob/a18fc01dbda319d6670cfab9071b2760a7fc9fe3/task-sdk/src/airflow/sdk/definitions/asset/decorators.py#L239 https://github.com/apache/airflow/blob/a18fc01dbda319d6670cfab9071b2760a7fc9fe3/task-sdk/src/airflow/sdk/definitions/asset/decorators.py#L69 -- 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]
