Skip to content

Commit a8a8477

Browse files
authored
update getting started and docker docs (#4140)
1 parent 91446a5 commit a8a8477

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

docs/cloud/features/scheduler/hybrid_executors_docker_compose.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tobiko Cloud Hybrid Executors - Docker Compose Setup
22

3+
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/37815ec3ff4d41ea9b456fe234e13ec4?sid=94254851-c411-462b-ad90-8d20c201f822" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
4+
35
This Docker Compose configuration allows you to run Tobiko Cloud hybrid executors locally or on any server that supports Docker Compose.
46

57
Hybrid executors allow you to run operations on your own infrastructure while leveraging Tobiko Cloud for orchestration.

docs/cloud/tcloud_getting_started.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ First, open a terminal within your terminal/IDE (ex: VSCode). Then follow the fo
102102
```bash linenums="1"
103103
uv venv --python 3.12 --seed # create a virtual environment inside the project directory
104104
source .venv/bin/activate # activate the virtual environment
105-
pip install -r requirements.txt # install the tcloud CLI
105+
uv pip install -r requirements.txt # install the tcloud CLI
106106
which tcloud # verify the tcloud CLI is installed in the venv in the path above
107107
```
108108

@@ -139,10 +139,11 @@ Now we're ready to connect your data warehouse to Tobiko Cloud:
139139

140140
```yaml
141141
projects:
142-
public-demo: # TODO: update this for the project name in the URL
143-
url: https://cloud.tobikodata.com/sqlmesh/tobiko/public-demo/ # TODO: update for your unique URL
144-
gateway: tobiko_cloud
145-
extras: bigquery,web,github # TODO: update bigquery for your data warehouse
142+
public-demo: # TODO: update this for the project name in the URL
143+
url: https://cloud.tobikodata.com/sqlmesh/tobiko/public-demo/ # TODO: update for your unique URL
144+
gateway: tobiko_cloud
145+
extras: bigquery,web,github # TODO: update bigquery for your data warehouse
146+
pip_executable: uv pip
146147
default_project: public-demo # TODO: update this for the project name in the URL
147148
```
148149

0 commit comments

Comments
 (0)