Skip to content

Commit

Permalink
native cloud scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchun12 committed Dec 3, 2024
1 parent 079f48f commit b332fa8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
gateways:
tobiko_cloud: # this will use the config in tcloud.yaml for state_connection
connection:
type: bigquery
method: service-account-json
concurrent_tasks: 5
register_comments: true
keyfile_json: {{ env_var('GOOGLE_SQLMESH_CREDENTIALS') }}
project: sqlmesh-public-demo
scheduler:
type: cloud
# connection:
# type: bigquery
# method: service-account-json
# concurrent_tasks: 5
# register_comments: true
# keyfile_json: {{ env_var('GOOGLE_SQLMESH_CREDENTIALS') }}
# project: sqlmesh-public-demo

default_gateway: tobiko_cloud

Expand Down

0 comments on commit b332fa8

Please sign in to comment.