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 e588009 commit 87db804Copy full SHA for 87db804
.github/workflows/test-warehouse.yml
@@ -143,7 +143,7 @@ jobs:
143
PROFILES_YML: ${{ (inputs.dbt-version == 'fusion' && secrets.CI_PROFILES_YML_FUSION) || secrets.CI_PROFILES_YML }}
144
run: |
145
mkdir -p ~/.dbt
146
- DBT_VERSION=$(echo "${{ inputs.dbt-version }}" | awk '{print $2}' | sed 's/\.//g')
+ DBT_VERSION=$(echo "${{ inputs.dbt-version }}" | sed 's/\.//g')
147
UNDERSCORED_REF_NAME=$(echo "${{ inputs.warehouse-type }}_dbt_${DBT_VERSION}_${BRANCH_NAME}" | awk '{print tolower($0)}' | head -c 40 | sed "s/[-\/]/_/g")
148
echo "$PROFILES_YML" | base64 -d | sed "s/<SCHEMA_NAME>/dbt_pkg_$UNDERSCORED_REF_NAME/g" > ~/.dbt/profiles.yml
149
0 commit comments