File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -117,19 +117,19 @@ jobs:
117
117
- run :
118
118
name : az logout
119
119
command : az logout
120
- # - run:
121
- # name: cnxn -- Azure SQL - AZ SP auto
122
- # command: |
123
- # export AZURE_CLIENT_ID="$DBT_AZURE_SP_NAME"
124
- # export AZURE_CLIENT_SECRET="$DBT_AZURE_SECRET "
125
- # export AZURE_TENANT_ID="$DBT_AZURE_TENANT"
126
- # cd test/integration
127
- # dbt compile --target azuresql_azauto
128
- # - run:
129
- # name: cnxn -- Azure SQL - AZ SP env
130
- # command: |
131
- # cd test/integration
132
- # dbt compile --target azuresql_azenv
120
+ - run :
121
+ name : cnxn -- Azure SQL - AZ SP auto
122
+ command : |
123
+ export AZURE_CLIENT_ID="$DBT_AZURE_SP_NAME"
124
+ export AZURE_CLIENT_SECRET="$DBT_AZURE_SP_SECRET "
125
+ export AZURE_TENANT_ID="$DBT_AZURE_TENANT"
126
+ cd test/integration
127
+ dbt compile --target azuresql_azauto
128
+ - run :
129
+ name : cnxn -- Azure SQL - AZ SP env
130
+ command : |
131
+ cd test/integration
132
+ dbt compile --target azuresql_azenv
133
133
134
134
workflows :
135
135
main :
You can’t perform that action at this time.
0 commit comments