whe I try to unable the dataprep, I receive the error “Failed to enable Dataprep”. is anyone can help on this?
Here are steps to troubleshoot the “Failed to enable Dataprep” error:
-
Check Permissions:
- Ensure you have the necessary permissions to enable APIs in your GCP project, particularly for DataPrep.
- If you lack the required permissions, contact your GCP administrator or the person managing your GCP resources.
-
Verify Billing Account:
- Confirm that your project is linked to an active billing account. DataPrep, like many GCP services, requires a valid billing account.
- You can check and manage this in the GCP Console under the “Billing” section.
-
Check Service Status:
- Visit the Google Cloud Status Dashboard to see if there’s an ongoing outage or maintenance that could be affecting DataPrep.
-
Enable Dependent Services:
- Ensure that all services which DataPrep depends on are enabled. This information can usually be found in the DataPrep documentation or in the GCP service dependencies documentation.
- Common dependencies might include specific APIs or related Google Cloud services.
-
Retry After Some Time:
- If the issue might be due to a temporary glitch or a minor outage, waiting for a while and then retrying could resolve the issue.
-
Still Having Trouble?:
- If the problem persists, contact Google Cloud support for further assistance. They can provide more detailed, account-specific help.
Same here. Even with admin rights and the correct billing account, we can’t enable Trifacta Dataprep API through the UI.
Although we can create a service account with the API (see below), it doesn’t solve the problem:
gcloud beta services identity create --service=dataprep.googleapis.com --project=myProject
Because Dataprep is from the marketplace, the service is not listed on the https://status.cloud.google.com/.