Mark NS
12/13/2022, 9:56 AMdbt_cli_profile = DbtCliProfile(
name="dbt_dwh",
target=DEFAULT_BLOCK,
target_configs=PostgresTargetConfigs(
credentials=DatabaseCredentials.load(DEFAULT_BLOCK), schema="public"
),
)
dbt_cli_profile.save(name="dbt_dwh")
TypeError: Type is not JSON serializable: URL
Has anyone else seen this?