uranusjr opened a new issue, #47378: URL: https://github.com/apache/airflow/issues/47378
### Body The SDK should contain no database-related code, but currently the scheduler uses the `evaluate` function to check if an asset dependency is “ready”, which involves hitting the database in some cases. We should move it into Airflow core. The best way to do this is probably similar to how DAGs are turned into SerializedDag. We should create a class in core Airflow to represent BaseAsset subclasses, and put logic there. ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
