Skip to content

Commit

Permalink
Merge branch 'ele-999-made-schema-names-shorter-in-tests' into ele-99…
Browse files Browse the repository at this point in the history
…5-upgrade-packaging-package-version-in-oss-python-package
  • Loading branch information
elongl committed Jun 4, 2023
2 parents 9ab7f2e + 88bb580 commit 072e3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
PROFILES_YML: ${{ secrets.CI_PROFILES_YML }}
run: |
mkdir -p ~/.dbt
UNDERSCORED_REF_NAME=$(echo "${{ env.BRANCH_NAME }}" | sed "s/-/_/g")
UNDERSCORED_REF_NAME=$(echo "${{ env.BRANCH_NAME }}" | head -c 32 | sed "s/-/_/g")
echo "$PROFILES_YML" | base64 -d | sed "s/<SCHEMA_NAME>/py_$UNDERSCORED_REF_NAME/g" > ~/.dbt/profiles.yml
- name: Setup Python
Expand Down

0 comments on commit 072e3ab

Please sign in to comment.