John O'Farrell
11/21/2023, 8:49 PMModuleNotFoundError: No module named 'prefect.deployments'
despite not updating the prefect version at allBianca Hoch
11/21/2023, 9:00 PMBianca Hoch
11/21/2023, 9:01 PMJohn O'Farrell
11/22/2023, 4:00 PMraceback (most recent call last):
File "/usr/local/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/local/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
__import__(name)
File "/workspaces/ingestion-pipeline/tests/validation/touchstone/test_sql_rules.py", line 1, in <module>
from src.validation.touchstone import (
File "/workspaces/ingestion-pipeline/src/validation/touchstone.py", line 16, in <module>
from src.validation.common import (
File "/workspaces/ingestion-pipeline/src/validation/common.py", line 13, in <module>
from src.transform.aws import download_file
File "/workspaces/ingestion-pipeline/src/transform/aws.py", line 9, in <module>
from src.transform.common import Persistable, unzip_file, zip_up
File "/workspaces/ingestion-pipeline/src/transform/common.py", line 10, in <module>
from prefect.deployments import run_deployment
ModuleNotFoundError: No module named 'prefect.deployments'
prefect version "~=2.11.0" started working again randomly yesterday but now it's not longer working todayBianca Hoch
11/22/2023, 8:01 PMprefect.deployments
randomly ends up missing.
> started working again randomly yesterday
maybe something is happening with the image that's being used, potentially?Bianca Hoch
11/22/2023, 8:02 PMJohn O'Farrell
11/27/2023, 7:55 PMBianca Hoch
11/30/2023, 5:08 PMJohn O'Farrell
11/30/2023, 6:48 PM