Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update post-hook for "latest" model version (#3652)
This is still just a placeholder "YMMV" solution until we decide on a real implementation: - dbt-labs/dbt-core#7442 --- If you're versioning `some_model` for the first time: - that model is materialized as a `table` - `my_db.my_schema.some_model` will exist as a table in the database - needs to be dropped before running `create or replace view` (NOTE: I need to actually test this code) Co-authored-by: Joel Labes <[email protected]>
- Loading branch information