Hello!
I have a Datastream problem that never happened to me before. Hoping someone knows how to fix.
My projects are part of organisation. I have all permissions neeed.
When attempting to create any Datastream connection profile regardless if source or destination, it consistently fails with:
- Error: “Failed to perform tenant project creation”
- Error code: 10
- This occurs in all regions
I tried to create a connection profile using
- GCP Console
- CLI:
gcloud datastream connection-profiles create test-profile --location=us-central1 --type=bigquery --display-name="Test Profile"
Getting always the same error.
Key Findings from Troubleshooting:
- The Datastream agent service account is not being created:
- Expected account
...@gcp-sa-datastream.iam.gserviceaccount.comis missing - Other service accounts (compute, container, pubsub) exist and work correctly
- All necessary permissions are in place:
- Owner and Organization Admin roles
- Project has billing enabled
- Required APIs are enabled:
I have a feeling that there is something to do with gcp-sa-datastream.iam.gserviceaccount.com not being created.
Anyone has ideas where its all going wrong?