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
help="Whether or not to use expand materialized models, defaults to False. If True, all referenced models are expanded as raw queries. If a list, only referenced models are expanded as raw queries.",
644
+
type=parse_expand,
645
+
help="Whether or not to use expand materialized models, defaults to False. If 'true', all referenced models are expanded as raw queries. If a comma-separated list of model names, only those models are expanded as raw queries.",
638
646
)
639
647
@argument("--dialect", type=str, help="SQL dialect to render.")
640
648
@argument("--no-format", action="store_true", help="Disable fancy formatting of the query.")
0 commit comments