Skip to content

Commit

Permalink
Remove unused field :ReferenceName
Browse files Browse the repository at this point in the history
  • Loading branch information
psainics committed Sep 12, 2024
1 parent e9e2391 commit 0597d3c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions docs/BigQueryArgumentSetter-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/GCSArgumentSetter-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions widgets/BigQueryArgumentSetter-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions widgets/GCSArgumentSetter-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0597d3c

Please sign in to comment.