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="Supply variables to the project. This argument overrides variables defined in your dbt_project.yml file. This argument should be a YAML string, eg. '{my_variable: my_value}'",
31
+
)
13
32
14
33
15
34
@click.group(invoke_without_command=True)
@@ -28,8 +47,9 @@ def dbt(
28
47
# we dont need to import sqlmesh/load the project for CLI help
29
48
return
30
49
31
-
# TODO: conditionally call create() if there are times we dont want/need to import sqlmesh and load a project
0 commit comments