ksobrenat32 commented on issue #37424:
URL: https://github.com/apache/beam/issues/37424#issuecomment-3808970407
@yalah5084 Are you running the example over
`examples/notebooks/beam-ml/dataflow_tpu_examples.ipynb`?
You can actually run something like the following to notice all of the
services are already enabled fo apache-beam-testing :D
```sh
gcloud services list --enabled --project apache-beam-testing \
--filter="name:(artifactregistry.googleapis.com OR
cloudbuild.googleapis.com OR cloudresourcemanager.googleapis.com OR
compute.googleapis.com OR dataflow.googleapis.com OR logging.googleapis.com OR
storage.googleapis.com)"
```
So you can try to run the rest of the example, ignoring the enable part :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]