pjavier29 commented on issue #61453: URL: https://github.com/apache/airflow/issues/61453#issuecomment-3862579528
@wjddn279 Are you missing the filter for the elements in the `assets: Collection[AssetModel]` list? Because right now you're doing a `SELECT *` on the entire `AssetActive` table, and new records might appear that you shouldn't be considering. Maybe you can filter in memory instead? -- 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]
