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
Yeah, I was wondering about this even when I did it. Since we are following up a bunch of Sematnic Interfaces issues right now, I'll add this to the list.
peterallenwebb
added
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
and removed
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
labels
Jun 12, 2023
The string representations of
NodeType
enum should not contain spaces. They should be snake case, or ideally a single word.This affects how we construct the node's
unique_id
, which also affects its key in the manifest, how it appears in structured logging, etc.This is currently relevant for "SQL operations" (a.k.a. "inline" queries) and "semantic models."
dbt-core/core/dbt/node_types.py
Line 29 in 6f51de4
dbt-core/core/dbt/node_types.py
Line 36 in 6f51de4
The text was updated successfully, but these errors were encountered: