Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit b018eb2

Browse files
committed
link to doc in prod_custom_schema error
1 parent 9d23259 commit b018eb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_diff/dbt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ def _get_diff_vars(
172172
if custom_schema:
173173
if not config_prod_custom_schema:
174174
raise ValueError(
175-
f"Found a custom schema on model {model.name}, but no value for\nvars:\n data_diff:\n prod_custom_schema:\nPlease set a value!"
175+
f"Found a custom schema on model {model.name}, but no value for\nvars:\n data_diff:\n prod_custom_schema:\nPlease set a value!\n"
176+
+ "For more details see: https://docs.datafold.com/development_testing/open_source"
176177
)
177178
prod_schema = config_prod_custom_schema.replace("<custom_schema>", custom_schema)
178179
# no custom schema, use the default

0 commit comments

Comments
 (0)