[CT-3293] [Feature] Use RelationType
enum values in get_catalog_relations
/ Catalog artifacts
#8947
Open
2 of 6 tasks
Labels
Housekeeping
Short description
Include values from the
RelationType
enum within the following:get_catalog_relations
[1, 2]get_catalog
[1, 2]There should be a mapping from each adapter-specific
table_type
to a canonical relation type. Here's a swag at what it might look like:Acceptance criteria
ephemeral
and/orcte
)get_catalog_relations
andcatalog.json
)materialized
option results in the relevant enum witinget_catalog_relations
andcatalog.json
Impact to Other Teams
Will backports be required?
TBD 🤷
Context
Initial background context from #8864:
👇 And here's the key portion that prompted this issue being opened:
Originally posted by @mikealfare in #8864 (comment)
Other considerations
There are multiple places that contain similar logic. This is one of them:
dbt_utils.get_table_types_sql()
The text was updated successfully, but these errors were encountered: