Skip to content

chore(zoom): bump connector to 1.2.1 to republish the Cloudflare-skip manifest - #1936

Merged
mitasovr merged 1 commit into
constructorfabric:mainfrom
mitasovr:chore/zoom-bump-1.2.1
Jul 27, 2026
Merged

chore(zoom): bump connector to 1.2.1 to republish the Cloudflare-skip manifest#1936
mitasovr merged 1 commit into
constructorfabric:mainfrom
mitasovr:chore/zoom-bump-1.2.1

Conversation

@mitasovr

@mitasovr mitasovr commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Why

#1933 fixed the participants stream (skip partitions 403-blocked by Cloudflare's WAF) in connector.yaml but left the descriptor version at 1.2.0 — the version already active in Airbyte (published Jul 14, pre-fix). Reconcile republishes a manifest only on descriptor-version drift (current 1.2.0 == target 1.2.0 → noop), so the fixed manifest never reaches Airbyte and every nightly zoom sync keeps dying on the blocked meeting UUID.

What

One-line descriptor bump 1.2.01.2.1 (+ version-history comment, same style as m365's).

Per ADR-0015 a patch bump dispatches republish + catalog re-discover, no full-refresh — correct here: the fix only skips poisoned partitions at extract time, bronze→silver semantics are unchanged.

Verification plan (dev-vhc, after merge+deploy)

  1. reconcile-loop publishes manifest 1.2.1 (active manifest description in Airbyte).
  2. argo submit --from cronwf/zoom-default-sync -n insight → sync green, participants stream skips the CF-blocked meeting, _meetings parent cursor finally advances.

Refs #1932, #1933.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Bug Fixes
    • Improved Zoom meeting ingestion to prevent valid meeting UUIDs from being blocked.
    • Updated connector behavior to apply filtering corrections without triggering a full data refresh.

… manifest

constructorfabric#1933 fixed the participants stream (skip partitions 403-blocked by
Cloudflare's WAF) in connector.yaml but left descriptor version at 1.2.0 —
the version already active in Airbyte since Jul 14. Reconcile republishes a
manifest only on descriptor-version drift, so it no-ops and the pre-fix
manifest keeps running (and failing) every nightly sync.

Patch bump per ADR-0015: republish + catalog re-discover, no full-refresh —
the fix only skips poisoned partitions at extract time; bronze→silver
semantics are unchanged.

Refs constructorfabric#1932, constructorfabric#1933.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Roman Mitasov <Roman.Mitasov@constructor.tech>
@mitasovr
mitasovr requested a review from a team as a code owner July 27, 2026 07:48
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Regenerate the connectors-ddl snapshot

This PR changes src/ingestion/**. If your change affects any
bronze / silver / gold schema, regenerate the committed DDL snapshot
and include it in this PR:

cd src/ingestion/scripts/bootstrap-db
set -a; source pins.env; source .env; set +a
./bootstrap-db.sh connectors-config.yaml   # fresh ClickHouse 25.7.5
./dump-ddl.sh                              # writes scripts/connectors-ddl/*.sql

Commit the resulting scripts/connectors-ddl/*.sql diff. If nothing
changed, no snapshot update is needed. (Regeneration is manual for now.)

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 88215c2e-66bf-48f4-ac3b-668931ae350f

📥 Commits

Reviewing files that changed from the base of the PR and between 0ca09dd and 3929702.

📒 Files selected for processing (1)
  • src/ingestion/connectors/collaboration/zoom/descriptor.yaml

📝 Walkthrough

Walkthrough

The Zoom connector descriptor was bumped from version 1.2.0 to 1.2.1 and its changelog was updated to document the Cloudflare-WAF skip filter manifest republish.

Changes

Zoom descriptor republish

Layer / File(s) Summary
Update descriptor version
src/ingestion/connectors/collaboration/zoom/descriptor.yaml
The descriptor version and changelog now document a patch republish without full-refresh behavior changes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers: ktursunov, cyberantonz, aleksdotbar

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the Zoom connector version bump and manifest republish purpose.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mitasovr
mitasovr enabled auto-merge (squash) July 27, 2026 07:59
@mitasovr
mitasovr merged commit ce44e5d into constructorfabric:main Jul 27, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants