potiuk commented on PR #35246:
URL: https://github.com/apache/airflow/pull/35246#issuecomment-1783922445
Most importantly it will avoids this messsage on initdb in Breeze :)
```
[2023-10-28T21:14:16.458+0000] {db.py:1620} INFO - Creating tables
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
ERROR [airflow.models.dagbag.DagBag] Failed to import:
/opt/airflow/airflow/example_dags/tutorial_objectstorage.py
Traceback (most recent call last):
File "/opt/airflow/airflow/models/dagbag.py", line 344, in parse
loader.exec_module(new_module)
File "<frozen importlib._bootstrap_external>", line 843, in exec_module
File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
File "/opt/airflow/airflow/example_dags/tutorial_objectstorage.py", line
133, in <module>
tutorial_objectstorage()
File "/opt/airflow/airflow/models/dag.py", line 3914, in factory
f(**f_kwargs)
File "/opt/airflow/airflow/example_dags/tutorial_objectstorage.py", line
66, in tutorial_objectstorage
import duckdb
ModuleNotFoundError: No module named 'duckdb'
```
--
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]