Skip to content

Commit

Permalink
OS-7639. Send 'account_id' to update databricks credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ek-hystax authored Jun 14, 2024
1 parent 29237cc commit 81bbb48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const getConfig = (type, config) => {
}),
parseFormDataToApiParams: (formData) => ({
config: {
// account_id is readonly
account_id: formData[DATABRICKS_CREDENTIALS_FIELD_NAMES.ACCOUNT_ID],
client_id: formData[DATABRICKS_CREDENTIALS_FIELD_NAMES.CLIENT_ID],
client_secret: formData[DATABRICKS_CREDENTIALS_FIELD_NAMES.CLIENT_SECRET]
}
Expand Down

0 comments on commit 81bbb48

Please sign in to comment.