Skip to content

Commit ae5ba7f

Browse files
authored
update onboarding docs (#3680)
1 parent fedc6d7 commit ae5ba7f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/cloud/tcloud_getting_started.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ First, open a terminal within your terminal/IDE (ex: VSCode). Then follow the fo
6464
2. Create a new file called `requirements.txt` and add `tcloud` to it:
6565

6666
```bash
67-
echo 'tcloud==1.3.0' > requirements.txt
67+
echo 'tcloud' > requirements.txt
6868
```
6969

7070
> Pypi source: [tcloud](https://pypi.org/project/tcloud/)
7171

72+
> Note: your Tobiko Solutions Architect will provide you a pinned version of `tcloud`
73+
7274
3. Create a Python virtual environment and install `tcloud`:
7375

7476
```bash linenums="1"
@@ -174,13 +176,8 @@ Now we're ready to connect your data warehouse to Tobiko Cloud:
174176
```yaml linenums="1"
175177
gateways:
176178
tobiko_cloud: # this will use the config in tcloud.yaml for state_connection
177-
connection:
178-
type: bigquery
179-
method: service-account-json
180-
concurrent_tasks: 5
181-
register_comments: true
182-
keyfile_json: {{ env_var('GOOGLE_SQLMESH_CREDENTIALS') }} # uses the value in the GOOGLE_SQLMESH_CREDENTIALS environment variable
183-
project: sqlmesh-public-demo
179+
scheduler: # TODO: add the connection in the Tobiko Cloud Connections Page with the credentials for your data warehouse
180+
type: cloud
184181
185182
default_gateway: tobiko_cloud
186183

0 commit comments

Comments
 (0)