The problem I’m having
running the docs generate command for commercial environment like “#dbt docs generate --target --exclude tag:” is still trying to access the excluded models tag with ‘dev-only’
The context of why I’m trying to do this
So, we have separate environments like dev and prod and want to run the generate command for a single environment only
What I’ve already tried
just tried the --exclude option
Some example code or error messages
Building catalog
Encountered an error while generating catalog: Database Error
002003 (02000): SQL compilation error:
Database '<DB_NAME_1>' does not exist or not authorized.
Encountered an error while generating catalog: Database Error
002003 (02000): SQL compilation error:
Database '<DB_NAME_2>' does not exist or not authorized.
/home/github/_work/_temp/.sh: line 3: 2745 Killed dbt docs generate --target prod --exclude tag:frh-only