We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66afa3 commit 9a0b830Copy full SHA for 9a0b830
.github/workflows/csharp_databricks_e2e.yml
@@ -113,7 +113,7 @@ jobs:
113
-d "subject_token_type=urn:ietf:params:oauth:token-type:jwt" \
114
-d "scope=sql")
115
116
- DATABRICKS_TOKEN=$(echo "$OAUTH_RESPONSE" | jq -r '.access_token')
+ DATABRICKS_TOKEN=$(echo "$OAUTH_RESPONSE" | jq -r '.access_token')
117
118
if [ "$DATABRICKS_TOKEN" = "null" ] || [ -z "$DATABRICKS_TOKEN" ]; then
119
echo "Failed to get Databricks access token. Response:"
@@ -126,7 +126,7 @@ jobs:
126
cat > "$DATABRICKS_CONFIG_FILE" << EOF
127
{
128
"hostName": "$DATABRICKS_WORKSPACE_URL",
129
- "port": "443",
+ "port": "443",
130
"path": "$DATABRICKS_WAREHOUSE_PATH",
131
"auth_type": "oauth",
132
"access_token": "$DATABRICKS_TOKEN"
0 commit comments