Skip to content

Commit 343e4ae

Browse files
committed
chore(tinybird): updated tinybird ci/cd
1 parent 8e12a52 commit 343e4ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tinybird-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: |
2727
export PATH="/home/runner/.local/bin:$PATH"
2828
cd packages/tinybird
29-
tb --cloud --host ${{ env.TINYBIRD_HOST }} --token ${{ env.TINYBIRD_TOKEN }} deploy --max-depth 5
29+
tb --cloud --host ${{ env.TINYBIRD_HOST }} --token ${{ env.TINYBIRD_TOKEN }} deploy

packages/tinybird/datasources/evaluations.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DESCRIPTION >
2-
Stores every feature flag evaluation from the SDKs.
2+
Stores every feature flag evaluation from the SDKs.
33

44
SCHEMA >
55
`timestamp` DateTime64(3) `json:$.timestamp`,

0 commit comments

Comments
 (0)