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
This is interesting, I am having a very similar issue working on #2641 - we'll probably be able to mark this as a "good first issue" once that's done. As dbt is today, this will be kind of annoying to fix.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
Steps to reproduce
Expected behavior
I expected there to be a key like
database_representation
Actual behavior
The closest we currently get is
alias
, and someconfig
detailThe output of
dbt --version
:Additional context
Use case from Slack: listing the database objects that will be affected by a
dbt run
Note that the node returned here does not include a key for "database_representation" (or ismilar)
Alternatives
I messed around quickly, and added
database
,schema
, andidentifer
to the list ofALLOWED_KEYS
here, and could got this far:.Which is pretty close — is that a better solution? That breaks down if we're going to include quoting in this though
The text was updated successfully, but these errors were encountered: