Jesse Myers
01/27/2023, 4:02 AMdagster dev
after following the getting started example online.
I get the following error:
File "/usr/local/lib/python3.7/site-packages/dagster/_core/storage/runs/sqlite/sqlite_run_storage.py", line 84, in from_local
engine.execute("PRAGMA journal_mode=WAL;")
AttributeError: 'Engine' object has no attribute 'execute'
Shalabh Chaturvedi
01/27/2023, 4:15 AMpip install sqlalchemy==1.4.46
in your environment to pin to the earlier version?Jesse Myers
01/27/2023, 4:17 AMShalabh Chaturvedi
01/27/2023, 4:24 AMJesse Myers
01/27/2023, 4:30 AM