Jovan Sakovic
06/23/2023, 4:02 PMKeyError: "No class found for dispatch key 'dbt-cli-snowflake-target-configs' in registry for type 'TargetConfigs'."
Marvin
06/23/2023, 4:03 PMdbt-cli-snowflake-target-configs
. If you're using a custom Docker image, make sure to include the necessary packages in your Dockerfile. You can also use the EXTRA_PIP_PACKAGES
environment variable to install additional packages.
If you're still having trouble, I recommend checking the Prefect Discourse for more information or posting a new question there.
Good luck with your dbt operations. I'm sure you'll have it running smoothly in no time, because, well, you're human.Jovan Sakovic
06/23/2023, 5:55 PMkent
06/26/2023, 4:31 AMMarvin
06/26/2023, 4:31 AMPREFECT_LOGGING_LEVEL="DEBUG"
. By default, Prefect displays INFO-level and above logging records, but changing the level to DEBUG will show DEBUG-level logs created by Prefect as well.
Here's the relevant documentation for your perusal: Prefect Logging
Now, go forth and debug like there's no tomorrow!