docs(transformations): document BigQuery input-mapping load types (CLONE/VIEW)#968
Merged
Merged
Conversation
…ONE/VIEW) Rework the "Loading type" section of the Input and Output Mapping page to reflect the new BigQuery behavior: - introduce VIEW as a load type alongside COPY and CLONE (Auto/Copy/Clone/View) - BigQuery now defaults to CLONE (matching Snowflake); linked, external, and alias tables load as a read-only VIEW - COPY remains the fallback for filters, data types, and incremental loads - add UI screenshots (Load type option, read-only view indicator) Part of the Customer Success communication about the BigQuery default change. 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 2/5) · profile docs
This PR introduces substantive product-behaviour claims about BigQuery loading strategy that the reviewer cannot verify from the diff alone.
Concerns:
src/content/docs/transformations/mappings/index.md: New BigQuery-specific CLONE/VIEW/AUTO behaviour claims cannot be verified from the diff alone.src/content/docs/transformations/mappings/load-type-options.png: Binary screenshot added; reviewer cannot confirm it matches the described UI state.src/content/docs/transformations/mappings/read-only-view-indicator.png: Binary screenshot added; reviewer cannot confirm it shows the correct view indicator.
Suggested reviewers: keboola/docs
odinuv
approved these changes
Jun 18, 2026
odinuv
left a comment
Member
There was a problem hiding this comment.
já bych teda do dokumentace spíš psal, proč by si měl někdo chtít ten typ měnit a co máš z toho, že nepoužiješ ten defaultní.
To jak to vybírá defaultní typ mě nepřijde úplně užitečný pro uživatele.
vojtabiberle
approved these changes
Jun 22, 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): —
Documents the new BigQuery input-mapping load-type behavior, for use in Customer Success communication about the change.
Changes:
COPY,CLONE, andVIEW— plusAUTO(the default).CLONE(matching Snowflake), and that linked, external, and alias tables load as a read-onlyVIEW.COPYis the fallback when filters, data types, or incremental loading are used.Verified locally:
npm run buildis clean andnode scripts/audit-phase2.mjsreports 0 missing images / no new issues introduced by this change.🤖 Generated with Claude Code