Skip to content

BigQueryCreateExternalTableOperator Fix test for field delimiter not working with csv#28860

Closed
fhaubner wants to merge 1 commit into
apache:mainfrom
fhaubner:patch-2
Closed

BigQueryCreateExternalTableOperator Fix test for field delimiter not working with csv#28860
fhaubner wants to merge 1 commit into
apache:mainfrom
fhaubner:patch-2

Conversation

@fhaubner

@fhaubner fhaubner commented Jan 11, 2023

Copy link
Copy Markdown
Contributor

There is a typo when populating the externalDataConfiguration. Within the csvOptions the property needs to be called "fieldDelimiter"

Documentation of the BigQuery csvOptions: https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#CsvOptions

related: #28856

@eladkal thank you for reviewing the other PR, here is the PR for the modified test

@FedericaLionetto


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

There is a typo when populating the externalDataConfiguration.
Within the csvOptions the property needs to be called "fieldDelimiter"

Documentation of the BigQuery csvOptions: https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#CsvOptions

@FedericaLionetto
@boring-cyborg boring-cyborg Bot added area:providers provider:google Google (including GCP) related issues labels Jan 11, 2023
@fhaubner fhaubner changed the title Fix test for field delimiter not working with csv BigQueryCreateExternalTableOperator Fix test for field delimiter not working with csv Jan 11, 2023
@eladkal

eladkal commented Jan 11, 2023

Copy link
Copy Markdown
Contributor

Why seperated PR?

@eladkal

eladkal commented Jan 12, 2023

Copy link
Copy Markdown
Contributor

commit cherry picked to original PR #28856

@eladkal eladkal closed this Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants