We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717e1fa commit 57a30a9Copy full SHA for 57a30a9
.github/workflows/forward_deployment.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
DATASOURCE_SORTING_KEY=$(curl \
39
-H "Authorization: Bearer $TINYBIRD_FWD_TOKEN" \
40
- -X GET "$TINYBIRD_FWD_HOST/v0/datasources/users.datasource" | grep 'ENGINE_SORTING_KEY "tuple()"' || true)
+ -X GET "$TINYBIRD_FWD_HOST/v0/datasources/users.datasource" | grep 'ENGINE_SORTING_KEY ""' || true)
41
42
echo "DATASOURCE_SORTING_KEY=$DATASOURCE_SORTING_KEY" >> $GITHUB_ENV
43
- name: Apply patch
0 commit comments