Lee-W commented on issue #47779:
URL: https://github.com/apache/airflow/issues/47779#issuecomment-2743010741

   > Same Dag given in description is still failing: 
[@Lee-W](https://github.com/Lee-W) [@uranusjr](https://github.com/uranusjr)
   > 
   > "/usr/local/lib/python3.9/site-packages/cadwyn/structure/versions.py", 
line 521, in _convert_endpoint_response_to_version response_or_response_body: 
Union[FastapiResponse, object] = await run_in_threadpool( File 
"/usr/local/lib/python3.9/site-packages/starlette/concurrency.py", line 37, in 
run_in_threadpool return await anyio.to_thread.run_sync(func) File 
"/usr/local/lib/python3.9/site-packages/anyio/to_thread.py", line 56, in 
run_sync return await get_async_backend().run_sync_in_worker_thread( File 
"/usr/local/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 
2470, in run_sync_in_worker_thread return await future File 
"/usr/local/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 967, 
in run result = context.run(func, *args) File 
"/usr/local/lib/python3.9/site-packages/cadwyn/schema_generation.py", line 502, 
in **call** return self._original_callable(*args, **kwargs) File 
"/opt/airflow/airflow/api_fastapi/execution_api/routes/task_instances.py", line 
31
 4, in ti_update_state TI.register_asset_changes_in_db( File 
"/opt/airflow/airflow/utils/session.py", line 98, in wrapper return func(*args, 
**kwargs) File "/opt/airflow/airflow/models/taskinstance.py", line 2824, in 
register_asset_changes_in_db raise 
AirflowInactiveAssetAddedToAssetAliasException(bad_alias_asset_keys)
   
   Is the asset active? (referenced somewhere and has no duplicate name or uri) 
If not, this is expected behavior as stated 
https://github.com/apache/airflow/issues/47779#issuecomment-2724389162


-- 
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]

Reply via email to