feedback
feedback copied to clipboard
Provide feedback to our codelabs by filing an issue here
On [Step 8](https://codelabs.developers.google.com/codelabs/cloud-slack-bot#7) it suggests the command: ``` SERVICE_ACCOUNT=$(gcloud iam service-accounts list \ --format "value(email)" \ --filter "displayName:Compute Engine default service account") ``` But the default `displayName` I got for...
[How to use Duet AI to explore and enhance an existing application](https://codelabs.developers.google.com/codelabs/duet-ai-workshop?hl=en&continue=https%3A%2F%2Fcodelabs.developers.google.com%2Fduetai-roadshow) Step 6.4, enabling Firebase Enable Firebase In a new tab (leave your current Cloud Shell Editor open), visit...
If I execute the line **curl $FUNCTION_URL -H "Authorization: bearer $(gcloud auth print-identity-token)"** I get unauthorized error in the gcloud cli. However if I execute the command **gcloud auth print-identity-token**...
Not really a mistake in the codelab but at this point the product has inconsistent code generation results in one step, in particular, the step (step 5 in the codelab)...
This is not technically a bug. Just recommending Cloud Run deployment showcase of the sample application generated with Duet AI (just like the python code in step 7 is executed)....
In the documentation [here](https://codelabs.developers.google.com/codelabs/cloud-bigquery-nodejs#2), it mentions that the name of the BigQuery API should be `bigquery-json.googleapis.com` but instead it should be `bigquery.googleapis.com` and the command to enable it should be...
In the given insert scripts, the column image is also mentioned which is not mentioned in the create table command. That is a bit confusing
Datadog has since then updated their method to connect it to Google Cloud. Instead of generating a key on the GCP side, you now generate a principal on Datadog then...
this link is broken
On step 6, the command to deploy the test function "gcloud functions deploy bulk-import" is broken due to a missing "\" after `--max-instances=30`. Instead of ``` $ gcloud functions deploy...