Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: zoom
version: "1.2.0"
# 1.2.1 (patch): republish the manifest carrying the Cloudflare-WAF skip filter
# on the participants stream (#1933). The fix landed in connector.yaml without a
# version bump, and reconcile publishes a new manifest only on descriptor-version
# drift (current 1.2.0 == target 1.2.0 → noop), so Airbyte kept serving the
# pre-fix manifest and every zoom sync kept dying on the blocked meeting UUID.
# Patch bump per ADR-0015: republish + catalog re-discover, NO full-refresh
# (bronze→silver semantics unchanged).
version: "1.2.1"
schedule: 0 3 * * *
dbt_select: tag:zoom+
workflow: sync
Expand Down
Loading