Hi, I'm trying to run a Pulumi destroy command fo...
# general
s
Hi, I'm trying to run a Pulumi destroy command for a stack that is getting hung up on a bigquery dataset. It's claiming I can't delete the dataset based on it being in use. Could someone give me a tip for how to resolve this? It seems strange to get this with a dataset (there's no active queries or anything). Thanks so much!
Copy code
* Error when reading or editing Dataset: googleapi: Error 400: Dataset <dataset_name> is still in use, resourceInUse
In case anyone finds their way here, i wasn't bale to find the cause, but I was able to just delete the datasets, run
pulumi refresh
and then the
destroy
operation worked. No idea what happened though.