BigQuery Loader 2.2.1 - #1872
Draft
dp-release-docs[bot] wants to merge 1 commit into
Draft
Conversation
Bump bqLoader to 2.2.1 and document configuration for the release. Common config (pre-existing gaps found by auditing reference.conf against the docs — unchanged since 2.2.0, so no `(since)` annotation): * retries.alterTableWait.delay * retries.tooManyColumns.delay * monitoring.healthProbe.port * monitoring.healthProbe.unhealthyLatency Pub/Sub config: remove `input.maxMessagesPerPull` and `input.debounceRequests`, and add an MDX comment covering those plus `input.parallelPullFactor`. Per the common-streams 0.24.2 `PubsubSourceConfig` scaladoc these options are "Only used when streamingPull is false", and BigQuery Loader uses the streaming-pull default (it does not override `streamingPull` in modules/pubsub application.conf), so they are no-ops for this loader. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign. Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
documentation | ca049fd | Commit Preview URL Branch Preview URL |
Jul 23 2026, 06:20 PM |
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.
BigQuery Loader 2.2.1
Documentation for the BigQuery Loader 2.2.1 release.
2.2.1 is a maintenance release (CVE fixes,
common-streamsbump0.24.0→0.24.2, internal QA integration). No component reference config changed between 2.2.0 and 2.2.1, so the doc work is a config audit + applicability cleanup rather than new-feature documentation.Changes
bqLoaderto2.2.1insrc/componentVersions.js.reference.confbut previously undocumented. They were unchanged since 2.2.0, so they are pre-existing gaps and carry no(since)annotation:retries.alterTableWait.delayretries.tooManyColumns.delaymonitoring.healthProbe.portmonitoring.healthProbe.unhealthyLatencyinput.maxMessagesPerPullandinput.debounceRequests, and add an MDX comment covering those plusinput.parallelPullFactor. Per thecommon-streams0.24.2PubsubSourceConfigscaladoc these are "Only used whenstreamingPullis false", and BigQuery Loader uses the streaming-pull default (it does not overridestreamingPullin itsmodules/pubsubapplication.conf), so they are no-ops for this loader.main. Commitb2b310a6("BigQuery Loader 2.2.1", BigQuery Loader 2.2.1 #1848) is already merged intomainand covers this release. To produce a reviewable diff, this branch was based on that commit's parent and independently reconstructs the release docs — the resulting BigQuery Loader files are byte-identical to BigQuery Loader 2.2.1 #1848. If BigQuery Loader 2.2.1 #1848 already covers 2.2.1, close this PR as redundant. Otherwise reconcile/rebase ontomain.common-streams(not the Snowflake loader's ownapplication.conf). Recommend a follow-up verified against the Snowflake loader's source. (Note: BigQuery Loader 2.2.1 #1848 did include this cleanup.)🤖 Generated with Claude Code