Skip to content

Commit 5834ef0

Browse files
committed
use generic workspace host in all examples
1 parent 51b8714 commit 5834ef0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

knowledge_base/development_cluster/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include:
55
- resources/*.yml
66

77
workspace:
8-
host: https://e2-dogfood.staging.cloud.databricks.com
8+
host: https://myworkspace.cloud.databricks.com
99

1010
targets:
1111
dev:

knowledge_base/job_with_run_job_tasks/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bundle:
22
name: job_with_run_job_tasks
33

44
workspace:
5-
host: https://e2-dogfood.staging.cloud.databricks.com
5+
host: https://myworkspace.cloud.databricks.com
66

77
permissions:
88
- level: CAN_VIEW

knowledge_base/pipeline_with_schema/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include:
55
- ./resources/*.yml
66

77
workspace:
8-
host: https://e2-dogfood.staging.cloud.databricks.com
8+
host: https://myworkspace.cloud.databricks.com
99

1010
targets:
1111
dev:

knowledge_base/spark_jar_task/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bundle:
22
name: spark-jar-task
33

44
workspace:
5-
host: https://e2-dogfood.staging.cloud.databricks.com
5+
host: https://myworkspace.cloud.databricks.com
66
artifact_path: /Volumes/my/artifact/path
77

88
artifacts:

knowledge_base/write_from_job_to_volume/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include:
55
- resources/*.yml
66

77
workspace:
8-
host: https://e2-dogfood.staging.cloud.databricks.com
8+
host: https://myworkspace.cloud.databricks.com
99

1010
targets:
1111
dev:

0 commit comments

Comments
 (0)