You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New config section for storage:
```
"storage" : {
...
"oauth": {
"clientId": "client-id"
"clientSecret": ${OAUTH_CLIENT_SECRET}
}
}
```
So that we can set `clientId` and `clientSecret` authentication properties. Old-style `password` field (relying on personal access tokens) is still supported.
Copy file name to clipboardexpand all lines: modules/databricks-loader/src/test/scala/com/snowplowanalytics/snowplow/loader/databricks/ConfigSpec.scala
+8-4
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,8 @@ class ConfigSpec extends Specification {
Copy file name to clipboardexpand all lines: modules/databricks-loader/src/test/scala/com/snowplowanalytics/snowplow/loader/databricks/DatabricksSpec.scala
0 commit comments