Saved queries should always include relation spec (database.schema.alias
), and respect generate_x_name
macros
#9534
Labels
database.schema.alias
), and respect generate_x_name
macros
#9534
We should:
NodeRelation
objects for each export (includingdatabase
,schema_name
,alias
)database
/schema_name
/alias
with respect togenerate_x_name
macros (possibly by calling this method)Testing Considerations:
Will need a migration from previously saved manifests.
Needs to be non-breaking change to artifacts.
Considerations:
May not be able to backport these.
Discussion Summarization:
generate_x_name
functions to be usable outside of initial parsingThe text was updated successfully, but these errors were encountered: