Alon Barad
05/09/2023, 10:19 AMFile "/Users/barad/Desktop/Code/prefect/venv/lib/python3.11/site-packages/prefect/utilities/importtools.py", line 164, in load_script_as_module
raise ScriptError(user_exc=exc, path=path) from exc
prefect.exceptions.ScriptError: Script at 'quotes_flow.py' encountered an exception: ModuleNotFoundError("No module named 'common'")
How can I change the working directory?Miguel Moncada
05/09/2023, 10:25 AMdataflows
) but called from the root of the repository from the deployments.py
scriptAlon Barad
05/09/2023, 10:49 AM