Skip to content

Commit 46ca260

Browse files
committed
do not use env variable name
1 parent d46ca7b commit 46ca260

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

knowledge_base/target_includes/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Workspace:
5151
Resources:
5252
Jobs:
5353
set1-job-1:
54-
Name: Set1 Job 1 - dev
54+
Name: Set1 Job 1 - foo
5555
URL: (not deployed)
5656
set1-job-2:
57-
Name: Set1 Job 2 - dev
57+
Name: Set1 Job 2 - foo
5858
URL: (not deployed)
5959

6060
# Summary of the bundle resources for staging
@@ -68,16 +68,16 @@ Workspace:
6868
Resources:
6969
Jobs:
7070
set1-job-1:
71-
Name: Set1 Job 1 - staging
71+
Name: Set1 Job 1 - bar
7272
URL: (not deployed)
7373
set1-job-2:
74-
Name: Set1 Job 2 - staging
74+
Name: Set1 Job 2 - bar
7575
URL: (not deployed)
7676
set2-job-1:
77-
Name: Set2 Job 1 - staging
77+
Name: Set2 Job 1 - bar
7878
URL: (not deployed)
7979
set2-job-2:
80-
Name: Set2 Job 2 - staging
80+
Name: Set2 Job 2 - bar
8181
URL: (not deployed)
8282

8383
# Summary of the bundle resources for prod
@@ -91,10 +91,10 @@ Workspace:
9191
Resources:
9292
Jobs:
9393
set2-job-1:
94-
Name: Set2 Job 1 - prod
94+
Name: Set2 Job 1 - baz
9595
URL: (not deployed)
9696
set2-job-2:
97-
Name: Set2 Job 2 - prod
97+
Name: Set2 Job 2 - baz
9898
URL: (not deployed)
9999
```
100100

knowledge_base/target_includes/databricks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ include:
66
- resources/set2/*.yml
77

88
variables:
9-
environment:
10-
description: "Define the environment where the job will run"
9+
name_suffix:
10+
description: "Target specific suffix for the job name"
1111

1212
targets:
1313
dev:
1414
default: true
1515
variables:
16-
environment: dev
16+
name_suffix: foo
1717

1818
staging:
1919
variables:
20-
environment: staging
20+
name_suffix: bar
2121

2222
prod:
2323
variables:
24-
environment: prod
24+
name_suffix: baz

0 commit comments

Comments
 (0)