wjddn279 commented on issue #61453:
URL: https://github.com/apache/airflow/issues/61453#issuecomment-3871555644
@pjavier29
The query you posted in the issue doesn't look related to `asset_event` -
did I miss something?
```
SELECT airflow.asset_active.name, airflow.asset_active.uri
FROM airflow.asset_active
WHERE (airflow.asset_active.name, airflow.asset_active.uri) IN
(('s3://bucket-airflow/prod/dataset/8495.txt',
's3://bucket-airflow/prod/dataset/8495.txt'),
('s3://bucket-airflow/prod/dataset/10421.txt',
's3://bucket-airflow/prod/dataset/10421.txt'), .......
```
--
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]