generated from databricks-industry-solutions/industry-solutions-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 42
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 #170 from databricks-industry-solutions/feature/up…
…date_tf_documentation TF documentation
- Loading branch information
Showing
6 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,11 +1,20 @@ | ||
databricks_url = "" | ||
workspace_id = "" | ||
account_console_id = "" | ||
|
||
# Should follow this format: | ||
# Unity Catalog: catalog.schema | ||
# Hive Metastore: hive_metastore.schema | ||
analysis_schema_name = "" | ||
|
||
### Databricks Service Principal | ||
|
||
client_id = "" // Databricks Service Principal Application ID | ||
client_secret = "" //Databricks Service Principal ID Secret | ||
|
||
proxies = {} | ||
# If you are behind a proxy, you can specify the proxy server here, if not leave this with the default value | ||
# Example: | ||
# { | ||
# "http": "http://proxy.example.com:8080", | ||
# "https": "http://proxy.example.com:8080" | ||
# } | ||
proxies = {} |
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
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 |
---|---|---|
@@ -1,13 +1,22 @@ | ||
databricks_url = "" | ||
workspace_id = "" | ||
account_console_id = "" | ||
|
||
# Should follow this format: | ||
# Unity Catalog: catalog.schema | ||
# Hive Metastore: hive_metastore.schema | ||
analysis_schema_name = "" | ||
|
||
### Azure Specific Variables | ||
|
||
client_id = "" | ||
client_secret = "" | ||
tenant_id = "" | ||
subscription_id = "" | ||
|
||
# If you are behind a proxy, you can specify the proxy server here, if not leave this with the default value | ||
# Example: | ||
# { | ||
# "http": "http://proxy.example.com:8080", | ||
# "https": "http://proxy.example.com:8080" | ||
# } | ||
proxies = {} |
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
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 |
---|---|---|
@@ -1,11 +1,22 @@ | ||
databricks_url = "" | ||
workspace_id = "" | ||
account_console_id = "" | ||
|
||
# Should follow this format: | ||
# Unity Catalog: catalog.schema | ||
# Hive Metastore: hive_metastore.schema | ||
analysis_schema_name = "" | ||
proxies = {} | ||
|
||
### GCP Specific Variables | ||
client_id = "" | ||
client_secret = "" | ||
gs_path_to_json = "" | ||
impersonate_service_account = "" | ||
impersonate_service_account = "" | ||
|
||
# If you are behind a proxy, you can specify the proxy server here, if not leave this with the default value | ||
# Example: | ||
# { | ||
# "http": "http://proxy.example.com:8080", | ||
# "https": "http://proxy.example.com:8080" | ||
# } | ||
proxies = {} |