diff --git a/docs/BigQueryArgumentSetter-action.md b/docs/BigQueryArgumentSetter-action.md index a3fb04f4d..2348fd319 100644 --- a/docs/BigQueryArgumentSetter-action.md +++ b/docs/BigQueryArgumentSetter-action.md @@ -23,8 +23,6 @@ Properties ---------- - **Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc. - **Project ID**: Google Cloud Project ID, which uniquely identifies a project. It can be found on the Dashboard in the Google Cloud Platform Console. This is the project that the BigQuery job will run in. If a temporary bucket needs to be created, the service account diff --git a/docs/GCSArgumentSetter-action.md b/docs/GCSArgumentSetter-action.md index e3422bf22..c2290580e 100644 --- a/docs/GCSArgumentSetter-action.md +++ b/docs/GCSArgumentSetter-action.md @@ -37,8 +37,6 @@ must be readable by all users running the job. Properties ---------- -**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc. - **Project ID**: Google Cloud Project ID, which uniquely identifies a project. It can be found on the Dashboard in the Google Cloud Platform Console. This is the project that the BigQuery job will run in. If a temporary bucket needs to be created, the service account diff --git a/widgets/BigQueryArgumentSetter-action.json b/widgets/BigQueryArgumentSetter-action.json index bf20dbde4..bf53ca975 100644 --- a/widgets/BigQueryArgumentSetter-action.json +++ b/widgets/BigQueryArgumentSetter-action.json @@ -7,14 +7,6 @@ { "label": "Basic", "properties": [ - { - "widget-type": "textbox", - "label": "Reference Name", - "name": "referenceName", - "widget-attributes" : { - "placeholder": "Name used to identify this source for lineage" - } - }, { "widget-type": "connection-browser", "widget-category": "plugin", diff --git a/widgets/GCSArgumentSetter-action.json b/widgets/GCSArgumentSetter-action.json index 23a79cc1d..4bef45d78 100644 --- a/widgets/GCSArgumentSetter-action.json +++ b/widgets/GCSArgumentSetter-action.json @@ -7,14 +7,6 @@ { "label": "Basic", "properties": [ - { - "widget-type": "textbox", - "label": "Reference Name", - "name": "referenceName", - "widget-attributes": { - "placeholder": "Name used to identify this source for lineage" - } - }, { "widget-type": "textbox", "label": "Project ID",