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 aa15fac commit 24c6b00Copy full SHA for 24c6b00
.github/workflows/iterate_snowflake_cd.yml
@@ -16,7 +16,7 @@ jobs:
16
cd:
17
uses: tinybirdco/ci/.github/workflows/cd.yml@v4.1.0
18
with:
19
- data_project_dir: ./add_column_snowflake_ds
+ data_project_dir: ./iterate_snowflake
20
secrets:
21
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN_ADD_COLUMN_SNOWFLAKE_DS }}
22
tb_host: https://api.tinybird.co
.github/workflows/iterate_snowflake_ci.yml
@@ -20,7 +20,7 @@ jobs:
ci:
uses: tinybirdco/ci/.github/workflows/ci.yml@v4.1.0
23
24
25
26
0 commit comments