Hi there! I'm trying to follow the advanced tutorial (<https://docs.prefect.io/core/advanced_tutoria...
a
Hi there! I'm trying to follow the advanced tutorial (https://docs.prefect.io/core/advanced_tutorials/advanced-mapping.html#extend-flow-to-write-to-a-database) but it appears it's not working. The insert episode tasks are raising "sqlite3.OperationalError: unable to open database file" but the file was correctly created by the create_db task. Can someone help me troubleshoot?