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

Fix google_bigquery_job to use_legacy_sql as configured in resource, add note in docs on how to run DML queries successfully #6920

Closed
wants to merge 6 commits into from

Conversation

dboshardy
Copy link

This PR fixes #6875 and #6231.

It removes the check if empty which incorrectly handles false bool values. It also adds a note to the docs that DML queries must specify create_disposition = "" and write_disposition = "".

Drew Boshardy added 6 commits August 3, 2020 11:17
* upstream/master:
  Add a random string to ad directory so tests can be run in parallel (hashicorp#3802) (hashicorp#6905)
  Set context early on in LoadAndValidate to prevent NPE (hashicorp#3800) (hashicorp#6903)
  Add tests for DICOM store pubsub topic removal. (hashicorp#3442) (hashicorp#6893)
  Bump Bigtable version from 1.1.0 to 1.5.0 (hashicorp#6890)
  Fix colon in doc notes (hashicorp#3796) (hashicorp#6888)
  Fix bug: diff being detected for source_repo_repository even when there are no changes (hashicorp#3786) (hashicorp#6886)
  Use proper prefix inside router_interface test (hashicorp#3795) (hashicorp#6883)
  Update Bigtable Num of Clusters Block Docs (hashicorp#3792) (hashicorp#6881)
@ghost ghost added the size/xs label Aug 3, 2020
@ghost ghost requested review from nat-henderson August 3, 2020 18:26
@ghost ghost added the documentation label Aug 3, 2020
@dboshardy dboshardy changed the title Fix google_bigquery_job to use_legacy_sql as configured in resource Fix google_bigquery_job to use_legacy_sql as configured in resource, add note in docs on how to run DML queries successfully Aug 4, 2020
@nat-henderson
Copy link
Contributor

Thanks for your contribution. This is generated code, so I have made the changes to the generation config that should generate this code in GoogleCloudPlatform/magic-modules#3833.

@nat-henderson
Copy link
Contributor

Great, I've merged this in upstream.

modular-magician added a commit to modular-magician/terraform-provider-google that referenced this pull request Aug 12, 2020
modular-magician added a commit that referenced this pull request Aug 12, 2020
Signed-off-by: Modular Magician <[email protected]>
@ghost
Copy link

ghost commented Sep 12, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Sep 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google_bigquery_job does not execute
2 participants