Slackbot
03/15/2024, 10:13 AMMarvin
03/15/2024, 10:13 AMModuleNotFoundErrorsys.pathsys.pathModuleNotFoundErrorMarcoM
03/15/2024, 10:18 AMMarvin
03/15/2024, 10:18 AMthe error received is the following """Encountered exception during execution:Traceback (most recent call last): File "c:\prefect\venv\Lib\site-packages\prefect\engine.py", line 867, in orchestrate_flow_run result = await flow_call.aresult() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\prefect\venv\Lib\site-packages\prefect\_internal\concurrency\calls.py", line 326, in aresult return await asyncio.wrap_future(self.future) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\prefect\venv\Lib\site-packages\prefect\_internal\concurrency\calls.py", line 351, in _run_sync result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\prefect\prefectflows\customers\wamapi\flows\wamapi_dailyfeeds_instrumentperimeter_dataquality.py", line 27, in wamapi_dailyfeeds_instrumentperimeter res = dataquality.execute() ^^^^^^^^^^^^^^^^^^^^^ File "C:\prefect\prefectflows\data_quality\dataquality.py", line 157, in execute checkpoint = self.get_checkpoint() ^^^^^^^^^^^^^^^^^^^^^ File "C:\prefect\prefectflows
