wj-chen

Results 17 comments of wj-chen

I'm from the BigQuery Terraform team. Thank you all for your reports. Let's continue to use this issue to track problems related to the behavior of authorized datasets getting removed...

Thank you @bakuljajan. I can see that in this case the `google_bigquery_dataset_iam_member` config overrode `google_bigquery_dataset.access`. In https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_dataset_iam, there are several Notes that call out potential conflicts like this. Is there...

@bakuljajan Thank you for sharing your use cases. Dataset permissions work slightly differently from permissions for projects/tables/jobs etc. and the complication happens upstream at the API level. There is work...

This work is still pending engineering capacity from our team. Will add exploration of any potential quick fixes into our Q1 planning .

I believe the feature is in the Preview launch stage (see "In Preview." at https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options) and may need an explicit opt-in for the GCP project. @BBBmau were you able to...

The custom data masking feature was made generally available (GA) on 2/8: https://cloud.google.com/bigquery/docs/release-notes#February_08_2024. Let's rerun the tests to see if the API 400 error is no longer applicable.

> The custom data masking feature was made generally available (GA) on 2/8: https://cloud.google.com/bigquery/docs/release-notes#February_08_2024. Let's rerun the tests to see if the API 400 error is no longer applicable. @BBBmau...

> ``` > Error: Error creating Routine: googleapi: Error 400: Project ID, dataset ID and routine ID cannot be missing or empty in call to routines.insert, invalid > > with...

> back to the original error The code change looks good. I will circle back after reach out to the BQ Routines team on the NotFound error.