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
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
A manifest.json is the source of truth for model paths in different environments. Using variables can work in a lot of situations, but not all, especially if I use custom macros to define database names and schema names.
Add a flag similar to dbt's --state to point to a local manifest.json. If this flag is supplied -- use that as the paths for any production models.
This could be extended to pull a manifest from a remote location, but start simple with a local file.