PrefectHQ / prefect-dbt

Collection of Prefect integrations for working with dbt with your Prefect flows.

Home Page:https://prefecthq.github.io/prefect-dbt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema was not saved when creating TargetConfig block

sti0 opened this issue · comments

The schema was not saved after I created a TargetConfig with Python code.

from prefect_dbt.cli.configs.base import TargetConfigs

myconfig = TargetConfigs(schema="abc", type="snowflake")
myconfig.save("testconf", True)

UI:
image

Version:
prefect v2.3.0 with prefect-dbt v0.2.0