Skip to content

Commit a1a4049

Browse files
Merge pull request #1444 from cloudsufi/patch/arg-setter-ref-name-field
[PLUGIN-430] Remove unused field :ReferenceName: from GCS/BQ argument setter
2 parents e9e2391 + 0597d3c commit a1a4049

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

docs/BigQueryArgumentSetter-action.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
Properties
2525
----------
26-
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
27-
2826
**Project ID**: Google Cloud Project ID, which uniquely identifies a project.
2927
It can be found on the Dashboard in the Google Cloud Platform Console. This is the project
3028
that the BigQuery job will run in. If a temporary bucket needs to be created, the service account

docs/GCSArgumentSetter-action.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ must be readable by all users running the job.
3737

3838
Properties
3939
----------
40-
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
41-
4240
**Project ID**: Google Cloud Project ID, which uniquely identifies a project.
4341
It can be found on the Dashboard in the Google Cloud Platform Console. This is the project
4442
that the BigQuery job will run in. If a temporary bucket needs to be created, the service account

widgets/BigQueryArgumentSetter-action.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
{
88
"label": "Basic",
99
"properties": [
10-
{
11-
"widget-type": "textbox",
12-
"label": "Reference Name",
13-
"name": "referenceName",
14-
"widget-attributes" : {
15-
"placeholder": "Name used to identify this source for lineage"
16-
}
17-
},
1810
{
1911
"widget-type": "connection-browser",
2012
"widget-category": "plugin",

widgets/GCSArgumentSetter-action.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
{
88
"label": "Basic",
99
"properties": [
10-
{
11-
"widget-type": "textbox",
12-
"label": "Reference Name",
13-
"name": "referenceName",
14-
"widget-attributes": {
15-
"placeholder": "Name used to identify this source for lineage"
16-
}
17-
},
1810
{
1911
"widget-type": "textbox",
2012
"label": "Project ID",

0 commit comments

Comments
 (0)