File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2224default_gateway : public-demo
2325project : repo_a
2426
2527model_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
5254plan :
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
5662users :
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
You can’t perform that action at this time.
0 commit comments