potiuk commented on PR #48950: URL: https://github.com/apache/airflow/pull/48950#issuecomment-2787223072
Actually I think it is not the best way - I looked more closely - and `aiosqlite` that is dependency of the SQLite provider is actually not used in the provider, it is used in core (in the future) for getting the asynchronous connection. We are not using it now, it was more of an experiment by @dstandish and we were planning to progress with it after 3.0. SO the *right* way of fixing it is to add another core-dependency `aiosqlite` that will not have a provider it will just add the async capability to airflow core. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org