Skip to content

Commit

Permalink
enough already
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Mar 18, 2024
1 parent 766d02e commit 4b97bbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.11"]
data-platform: ["snowflake"]
data-platform: ["redshift"]
dbt-version: ["1.7"]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
# data-platform: ["redshift", "snowflake","bigquery"]
Expand Down Expand Up @@ -56,3 +56,4 @@ jobs:
SNOWFLAKE_TEST_USER: ${{ secrets.SNOWFLAKE_TEST_USER }}
SNOWFLAKE_TEST_PASS: ${{ secrets.SNOWFLAKE_TEST_PASS }}
SNOWFLAKE_TEST_WHNAME: ${{ secrets.SNOWFLAKE_TEST_WHNAME }}
SNOWFLAKE_TEST_ROLE: ${{ secrets.SNOWFLAKE_TEST_ROLE }}

0 comments on commit 4b97bbc

Please sign in to comment.