This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Option to use a manifest for prod model paths (--state) #454
Closed
Description
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.