Skip to content

Commit 4a9b7ec

Browse files
committed
update default configs
1 parent dec38f8 commit 4a9b7ec

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

config.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ gateways:
1919
password: {{ env_var('SQLMESH_STATE_PASSWORD') }}
2020
database: sqlmesh_state_demo
2121

22+
default_target_environment: dev_{{ env_var('USER','sung') }}
23+
2224
default_gateway: public-demo
2325
project: repo_a
2426

2527
model_defaults:
2628
dialect: bigquery
2729
start: 2024-12-01
28-
cron: '@daily'
30+
cron: '@hourly'
2931

3032
# allow_prod_deploy: {{ env_var('ALLOW_PROD_DEPLOY', 'false') }}
3133

@@ -51,6 +53,10 @@ cicd_bot:
5153

5254
plan:
5355
enable_preview: true
56+
# no_diff: true
57+
# use_finalized_state: true
58+
# no_prompts: true
59+
# auto_apply: true
5460

5561
# list of users that are allowed to approve PRs for synchronized deployments
5662
users:
@@ -61,7 +67,4 @@ users:
6167
- username: afzal_sqlmesh_demo
6268
github_username: afzaljasani
6369
roles:
64-
- required_approver
65-
66-
variables:
67-
schema_var: 'random_test'
70+
- required_approver

0 commit comments

Comments
 (0)