From 0597d3ca94972536cf43adb7de87f6bd8922c914 Mon Sep 17 00:00:00 2001 From: psainics Date: Wed, 11 Sep 2024 10:16:16 +0530 Subject: [PATCH] Remove unused field :ReferenceName --- docs/BigQueryArgumentSetter-action.md | 2 -- docs/GCSArgumentSetter-action.md | 2 -- widgets/BigQueryArgumentSetter-action.json | 8 -------- widgets/GCSArgumentSetter-action.json | 8 -------- 4 files changed, 20 deletions(-) diff --git a/docs/BigQueryArgumentSetter-action.md b/docs/BigQueryArgumentSetter-action.md index a3fb04f4d2..2348fd3193 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 e3422bf22c..c2290580e6 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 bf20dbde42..bf53ca9752 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 23a79cc1d6..4bef45d781 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",