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
"Required dbt project file 'dbt_project.yml' not found in the current directory.\n\nPlease add it or change directories before running `sqlmesh init` to set up your project."
no_dialect_err_msg="Default model SQL dialect is a required configuration parameter. Set it in the `model_defaults` `dialect` key in your config file."
161
+
162
+
# if "dbt_project.yml" is present *and there was no python config already defined*,
163
+
# create a basic one to ensure we are using the DBT loader.
164
+
# any config within yaml files will get overlayed on top of it.
"SQLMesh's requires a start date in order to have a finite range of backfilling data. Add start to the 'models:' block in dbt_project.yml. https://sqlmesh.readthedocs.io/en/stable/integrations/dbt/#setting-model-backfill-start-dates"
391
+
"SQLMesh requires a start date in order to have a finite range of backfilling data. Add start to the 'models:' block in dbt_project.yml. https://sqlmesh.readthedocs.io/en/stable/integrations/dbt/#setting-model-backfill-start-dates"
0 commit comments