Trevor Sweeney
09/30/2022, 10:34 PM~\.dbt\profiles.yml
, I receive the following runtime error and I'm having difficulty interpreting the issue, exit code 4294967295
. Has anyone else countered this?
Error:
"..~\venv\lib\site-packages\prefect_shell\commands.py", line 90, in shell_run_command raise RuntimeError(msg)
RuntimeError: Command failed with exit code 4294967295:
Script:
from prefect import flow
from prefect_dbt.cli.commands import trigger_dbt_cli_command
@flow
def trigger_dbt_cli_command_flow():
result = trigger_dbt_cli_command("dbt debug")
return result
trigger_dbt_cli_command_flow()
Versions:
Windows 10
Prefect: 2.4.5
Prefect-dbt: 0.2.2
Thanks very much!Anna Geller
10/01/2022, 1:18 AMJeff Hale
10/01/2022, 1:21 PMTrevor Sweeney
10/03/2022, 12:43 AMJeff Hale
11/15/2022, 2:28 PM