pjavier29 commented on issue #61453: URL: https://github.com/apache/airflow/issues/61453#issuecomment-3877086405
> La consulta que publicaste en el problema no parece estar relacionada con `asset_active`: ¿Me perdí algo? That query is what I used to understand why the other query ""SELECT airflow.asset_active.name, airflow.asset_active.uri FROM airflow.asset_activeWHERE (airflow.asset_active.name, airflow.asset_a"" was taking so long. That query shows you the locks on a specific table, in this case, the asset_active table. Sorry, in the previous message I used the wrong table, I put 'asset_event' but it should be 'asset_active'. -- 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]
