You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sources require root-relative path to be used for dbt-pumpkin-path conf property.
The actual limitation is less strict: source YAML path should be idempotent. For that it's enough to validate that target YAML path is sibling to the original YAML path.
Sources require root-relative path to be used for
dbt-pumpkin-path
conf property.The actual limitation is less strict: source YAML path should be idempotent. For that it's enough to validate that target YAML path is sibling to the original YAML path.
Example:
Expected files:
This allows to make sure that target file path doesn't depend on previous invocations and is definitely defined.
The text was updated successfully, but these errors were encountered: