-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add support for Stored Procedure for Apache Spark #16953
Closed
marblejenka opened this issue
Jan 10, 2024
· 2 comments
· Fixed by GoogleCloudPlatform/magic-modules#9793, terraform-google-modules/docs-examples#643, #17028, hashicorp/terraform-provider-google-beta#6867 or GoogleCloudPlatform/terraform-google-conversion#1873
Closed
Add support for Stored Procedure for Apache Spark #16953
marblejenka opened this issue
Jan 10, 2024
· 2 comments
· Fixed by GoogleCloudPlatform/magic-modules#9793, terraform-google-modules/docs-examples#643, #17028, hashicorp/terraform-provider-google-beta#6867 or GoogleCloudPlatform/terraform-google-conversion#1873
Comments
I will work on this issue. |
github-actions
bot
added
forward/review
In review; remove label to forward
service/bigquery
labels
Jan 10, 2024
marblejenka
added a commit
to marblejenka/magic-modules
that referenced
this issue
Jan 10, 2024
roaks3
pushed a commit
to GoogleCloudPlatform/magic-modules
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict
modular-magician
added a commit
to modular-magician/docs-examples
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician
added a commit
to terraform-google-modules/docs-examples
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician
added a commit
to modular-magician/terraform-provider-google-beta
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician
added a commit
to modular-magician/terraform-provider-google
that referenced
this issue
Jan 17, 2024
* impl for hashicorp#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
This was referenced Jan 17, 2024
Merged
modular-magician
added a commit
that referenced
this issue
Jan 17, 2024
* impl for #16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician
added a commit
to hashicorp/terraform-provider-google-beta
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician
added a commit
to modular-magician/terraform-google-conversion
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician
added a commit
to GoogleCloudPlatform/terraform-google-conversion
that referenced
this issue
Jan 17, 2024
* impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict [upstream:5f50107bb30977b84230a3c526f2f9b404a40684] Signed-off-by: Modular Magician <magic-modules@google.com>
bskaplan
pushed a commit
to bskaplan/magic-modules
that referenced
this issue
Jan 17, 2024
…m#9793) * impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict
kylase
pushed a commit
to yuanchuankee/magic-modules
that referenced
this issue
Jan 21, 2024
…m#9793) * impl for hashicorp/terraform-provider-google#16953 * modified format in example * modified tab to space * added test for update and test for coverage * mofify all resource in the spark option section * modified connection id to avoid conflict
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Description
BigQuery Stored procedures for Apache Spark is introduced as a public preview feature.
Stored procedure is already supported by #4493 , so we can just add a new kind of stored procedure in resource_bigquery_routine.
New or Affected Resource(s)
Affected resource
Potential Terraform Configuration
References
b/319619249
The text was updated successfully, but these errors were encountered: