-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from stackql/feature/provider-updates
Feature/provider updates
- Loading branch information
Showing
27 changed files
with
60,495 additions
and
0 deletions.
There are no files selected for viewing
77 changes: 77 additions & 0 deletions
77
providers/src/databricks_account/v00.00.00000/provider.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
id: databricks_account | ||
name: databricks_account | ||
version: v00.00.00000 | ||
providerServices: | ||
billing: | ||
id: billing:v00.00.00000 | ||
name: billing | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/billing.yaml | ||
title: Account Billing | ||
version: v00.00.00000 | ||
description: Account Billing | ||
iam: | ||
id: iam:v00.00.00000 | ||
name: iam | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/iam.yaml | ||
title: Identity and Access Management | ||
version: v00.00.00000 | ||
description: Identity and Access Management | ||
logging: | ||
id: logging:v00.00.00000 | ||
name: logging | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/logging.yaml | ||
title: Log Delivery | ||
version: v00.00.00000 | ||
description: Log Delivery | ||
oauth: | ||
id: oauth:v00.00.00000 | ||
name: oauth | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/oauth.yaml | ||
title: OAuth Integrations | ||
version: v00.00.00000 | ||
description: OAuth Integrations | ||
provisioning: | ||
id: provisioning:v00.00.00000 | ||
name: provisioning | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/provisioning.yaml | ||
title: Account Provisioning | ||
version: v00.00.00000 | ||
description: Account Provisioning | ||
settings: | ||
id: settings:v00.00.00000 | ||
name: settings | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/settings.yaml | ||
title: Account Settings | ||
version: v00.00.00000 | ||
description: Account Settings | ||
unity_catalog: | ||
id: unity_catalog:v00.00.00000 | ||
name: unity_catalog | ||
preferred: true | ||
service: | ||
$ref: databricks_account/v00.00.00000/services/unity_catalog.yaml | ||
title: Unity Catalog | ||
version: v00.00.00000 | ||
description: Unity Catalog | ||
config: | ||
auth: | ||
type: oauth2 | ||
client_id_env_var: DATABRICKS_CLIENT_ID | ||
client_secret_env_var: DATABRICKS_CLIENT_SECRET | ||
grant_type: client_credentials | ||
token_url: https://accounts.cloud.databricks.com/oidc/accounts/{{ .__env__DATABRICKS_ACCOUNT_ID | ||
}}/v1/token | ||
scopes: | ||
- all-apis |
Oops, something went wrong.