docs: document BigQuery default-load-type feature rollout#990
Merged
Conversation
…llout Explain that the BigQuery input-mapping default is controlled by the "BigQuery Input Mapping – Default Load Type View" feature: while enabled (current state in most projects) input tables default to VIEW; disabling it in Settings → Features makes CLONE the default. Note the gradual rollout completing by July 30, 2026, after which CLONE becomes the default for all BigQuery projects. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
keboola-pr-reviewer-bot
left a comment
There was a problem hiding this comment.
Verdict: needs_human (risk 3/5) · profile docs
This PR introduces new product-behaviour claims and a specific rollout date that require human confirmation before shipping.
Concerns:
src/content/docs/transformations/mappings/index.md: Instruction to 'disable in Settings → Features' may not work until a separate UI change ships.src/content/docs/transformations/mappings/index.md: Specific rollout date 'July 30, 2026' is a load-bearing business claim that cannot be verified from the diff.src/content/docs/transformations/mappings/index.md: New product-behaviour claims (VIEW default, CLONE fallback logic) need product-team confirmation.
Suggested reviewers: keboola/docs
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Mappings documentation to reflect the phased rollout of BigQuery’s input-mapping default load behavior and how it is controlled via a feature flag, so users understand what to expect and how to opt into CLONE earlier.
Changes:
- Replaces the previous “New default on BigQuery” note with an explanation of the BigQuery Input Mapping – Default Load Type View feature flag and its impact on defaults.
- Adds instructions for disabling the feature in Settings → Features to make
CLONEthe default immediately. - Documents the planned rollout timeline (completing by July 30, 2026) after which
CLONEbecomes the default for all BigQuery projects.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+147
to
+149
| On BigQuery, the default input-mapping load type is controlled by the **BigQuery Input Mapping – Default Load Type View** | ||
| feature. While this feature is enabled --- the current state in most projects --- input tables default to `VIEW`, just as | ||
| before. That's perfectly fine, and nothing changes for you. |
natocTo
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira issue(s): PROOF-XXX
Documents the rollout of the BigQuery input-mapping default load type, on the Loading type (Snowflake and BigQuery) section of the Mappings page.
Builds on the recently merged load-type documentation (CLONE/VIEW/COPY + AUTO). Reframes the "New default on BigQuery" note to match the actual phased rollout:
Changes:
VIEW— and that's fine, nothing changes for users.CLONEthe default now, disable the feature in Settings → Features.CLONEbecomes the default for everyone.Note: the "disable in Settings → Features" instruction assumes the
bigquery-default-im-viewfeature is admin-manageable from the UI. That enablement (kbc-stackscanBeManageByAdmin: true+ UI allowlist) is tracked separately and should ship together with this doc.