You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -476,10 +476,12 @@ config = {
476
476
| Option | Type | Default | Description |
477
477
|--------|------|---------|-------------|
478
478
|`include`|`list[str]`|*required*| File paths or glob patterns for Python and raw datafiles |
479
-
|`token`|`str`|*required*| API token; supports `${ENV_VAR}` interpolation |
479
+
|`token`|`str`|*required*| API token; supports `${ENV_VAR}` interpolation. If missing, SDK falls back to `TINYBIRD_TOKEN`, then `.tinyb`|
480
480
|`base_url`|`str`|`"https://api.tinybird.co"`| Tinybird API URL |
481
481
|`dev_mode`|`"branch"`\|`"local"`|`"branch"`| Development mode |
482
482
483
+
If `base_url` is omitted, SDK resolves it from `TINYBIRD_URL`, then `TINYBIRD_HOST`, then `.tinyb` (`host`), and finally defaults to `https://api.tinybird.co`.
484
+
483
485
### Local Development Mode
484
486
485
487
Use a local Tinybird container for development without affecting cloud workspaces:
0 commit comments