tirkarthi commented on issue #48789: URL: https://github.com/apache/airflow/issues/48789#issuecomment-2778322486
`Asset.ref(name="asset11_producer")` is referring to an asset by name that doesn't exist so this looks like an issue over combining an asset with an asset-ref that never exists. Also `asset-name-ref` is not a valid type value for `BaseGraphResponse` type attribute so even removing the non existent asset ref by name that gives validation error resulting in internal server error. -- 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]
