We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e12a52 commit 343e4aeCopy full SHA for 343e4ae
2 files changed
.github/workflows/tinybird-cd.yml
@@ -26,4 +26,4 @@ jobs:
26
run: |
27
export PATH="/home/runner/.local/bin:$PATH"
28
cd packages/tinybird
29
- tb --cloud --host ${{ env.TINYBIRD_HOST }} --token ${{ env.TINYBIRD_TOKEN }} deploy --max-depth 5
+ tb --cloud --host ${{ env.TINYBIRD_HOST }} --token ${{ env.TINYBIRD_TOKEN }} deploy
packages/tinybird/datasources/evaluations.datasource
@@ -1,5 +1,5 @@
1
DESCRIPTION >
2
- Stores every feature flag evaluation from the SDKs.
+ Stores every feature flag evaluation from the SDKs.
3
4
SCHEMA >
5
`timestamp` DateTime64(3) `json:$.timestamp`,
0 commit comments