millions-lunch-7967
11/15/2021, 4:07 PMagreeable-eye-87399
11/15/2021, 4:12 PMmillions-lunch-7967
11/15/2021, 4:42 PMagreeable-eye-87399
11/15/2021, 4:45 PMmillions-lunch-7967
11/15/2021, 4:55 PMagreeable-eye-87399
11/15/2021, 5:58 PMmillions-lunch-7967
11/15/2021, 6:15 PMbureau_data_project = gcp.organizations.Project(project_name,
org_id="99999999",
project_id=project_name)
red-match-15116
11/15/2021, 7:16 PMpulumi.Output.concat("serviceAccount:", service_account.email)
https://www.pulumi.com/docs/intro/concepts/inputs-outputs/#outputs-and-stringsmillions-lunch-7967
11/15/2021, 8:25 PMreader = gcp.bigquery.DatasetIamBinding("reader", dataset_id = dataset.dataset_id, roles="roles/bigquery.dataviewer", members = ['users:"ssss]
red-match-15116
11/15/2021, 8:31 PMpulumi config set gcp:project [your_project_id]
millions-lunch-7967
11/15/2021, 8:35 PMred-match-15116
11/15/2021, 8:36 PMmillions-lunch-7967
11/15/2021, 8:37 PMred-match-15116
11/15/2021, 8:39 PMDatasetIamBinding
reader = gcp.bigquery.DatasetIamBinding("reader", project=project.id, dataset_id = dataset.dataset_id, ...)
millions-lunch-7967
11/16/2021, 6:30 PMerror: deleting urn:pulumi:stage::ek-data-source::gcp:projects/service:Service::project: 1 error occurred:
* Error when reading or editing Project Service ek-data-source-stage/bigquery.googleapis.com: Error disabling service "<http://bigquery.googleapis.com|bigquery.googleapis.com>" for project "ek-data-source-stage": googleapi: Error 400: The service <http://bigquery.googleapis.com|bigquery.googleapis.com> is depended on by the following active service(s): <http://bigquerystorage.googleapis.com|bigquerystorage.googleapis.com>; Please specify disable_dependent_services=true if you want to proceed with disabling all services.
Help Token: Ae-hA1P5o6go9HANTZgPEqnXwbDS4C9MI-KVWMAlNhh9dGSJp2l95ver_wdySZRAaAGxDnKXomqspnmQDKXcEojtPgi9MMduRwg5b6zGEy23CkXa
Details:
[
{
"@type": "<http://type.googleapis.com/google.rpc.PreconditionFailure|type.googleapis.com/google.rpc.PreconditionFailure>",
"violations": [
{
"subject": "?error_code=100001\u0026service_name=<http://bigquery.googleapis.com|bigquery.googleapis.com>\u0026services=<http://bigquerystorage.googleapis.com|bigquerystorage.googleapis.com>",
"type": "<http://googleapis.com|googleapis.com>"
}
]
},
{
"@type": "<http://type.googleapis.com/google.rpc.ErrorInfo|type.googleapis.com/google.rpc.ErrorInfo>",
"domain": "<http://serviceusage.googleapis.com|serviceusage.googleapis.com>",
"metadata": {
"service_name": "<http://bigquery.googleapis.com|bigquery.googleapis.com>",
"services": "<http://bigquerystorage.googleapis.com|bigquerystorage.googleapis.com>"
},
"reason": "COMMON_SU_SERVICE_HAS_DEPENDENT_SERVICES"
}
]
, failedPrecondition
Enable Google Biquery api
project = gcp.projects.Service("project",
project=bureau_data_project.id,
service="<http://bigquery.googleapis.com|bigquery.googleapis.com>")
The service <http://bigquery.googleapis.com|bigquery.googleapis.com> is depended on by the following active service(s): <http://bigquerystorage.googleapis.com|bigquerystorage.googleapis.com>