[DOCS-13743] EXP- GA BigQuery guide #35455
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Preview links (active after the
|
|
|
||
| ## Step 3: Grant IAM roles to the service account | ||
|
|
||
| In addition to the permissions described in the [Google Cloud Platform integration page][1], the Datadog Experiments service account requires the following permissions: |
There was a problem hiding this comment.
@chasdevs does this sentence contradict with line 24: "If you're only using the Google Cloud integration for warehouse native experiment analysis, you can opt out of collecting other resources."
I guess we're recommending to still give all of the permissions, even if we're not using them to collect other resources?
There was a problem hiding this comment.
Can we just say "Datadog Experiments requires some additional permissions for the service account you are using..."?
| @@ -0,0 +1,81 @@ | |||
| --- | |||
| title: Connect BigQuery for Warehouse Native Experiment Analysis | |||
There was a problem hiding this comment.
@lukasgoetzweiss The Snowflake docs (PR: #35422 (review)) use hyphenated "Warehouse-Native" but this does not. What should we do?
|
|
||
| Once you have created a service account, continue on to the next section. | ||
|
|
||
| <div class="alert alert-info">If you're only using the Google Cloud integration for warehouse native experiment analysis, you can opt out of collecting other resources.</div> |
There was a problem hiding this comment.
Nit: Jeff flagged that "opt out" was confusing because there are toggles in the UI; he suggested using clearer language here like "disable" or "toggle off".
|
|
||
| ## Step 3: Grant IAM roles to the service account | ||
|
|
||
| In addition to the permissions described in the [Google Cloud Platform integration page][1], the Datadog Experiments service account requires the following permissions: |
There was a problem hiding this comment.
Can we just say "Datadog Experiments requires some additional permissions for the service account you are using..."?
| 1. [BigQuery Job User][4] — allows the service account to run BigQuery jobs. | ||
| 1. [BigQuery Data Owner][5] - grants the service account full access to the Datadog Experiments output dataset. | ||
| 1. [Storage Object User][6] - allows the service account to read and write objects in the storage bucket used by Datadog Experiment. | ||
| 1. [BigQuery Data Viewer][7] - allows the service account to read table used in warehouse native metrics. |
There was a problem hiding this comment.
Where's this coming from? I think if we have BigQuery Data Owner you don't need this.
There was a problem hiding this comment.
My understanding is that you need Data Owner on the output dataset, and data viewer on datasets you intend to use when creating metric SQL models. Am I thinking about that wrong?
…, added the overview sentence to match the other guides.
d4b5c29 to
d714b7e
Compare
jeff-morgan-dd
left a comment
There was a problem hiding this comment.
Just see one note on the Snowflake page - thanks!
Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
* [DOCS-13743] Add BigQuery guide placeholder with frontmatter Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * [DOCS-13743] Add BigQuery guide content (WIP) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * added bigquery to the guide index, moved the file to the guide folder, added the overview sentence to match the other guides. * pulled in static as well * reconfigured steps and modified overview section * style edits * added steps and images from gc console * added images and moved content * modified permissions needed * edits from review * new image and anchor links modified * quick fixed * Apply suggestion from @iadjivon * changes the snowflake name on the index page to match the others. * quick modifications and refreshed the image * Update content/en/experiments/guide/connecting_snowflake.md Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
* [DOCS-13743] Add BigQuery guide placeholder with frontmatter Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * [DOCS-13743] Add BigQuery guide content (WIP) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * added bigquery to the guide index, moved the file to the guide folder, added the overview sentence to match the other guides. * pulled in static as well * reconfigured steps and modified overview section * style edits * added steps and images from gc console * added images and moved content * modified permissions needed * edits from review * new image and anchor links modified * quick fixed * Apply suggestion from @iadjivon * changes the snowflake name on the index page to match the others. * quick modifications and refreshed the image * Update content/en/experiments/guide/connecting_snowflake.md Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
What does this PR do? What is the motivation?
Fixes DOCS-13743
Adds a new guide for connecting Google BigQuery to Datadog Experiments for warehouse-native experiment analysis. The guide covers GCP service account setup, dataset permissions, and Datadog configuration.
Merge instructions
Merge readiness: