Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLUGIN-430] Remove unused field :ReferenceName from GCS/BQ argument setter #59

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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