provider external_data_sources POST
/api/projects/{project_id}/external_data_sources/{id}/update_cdc_settings/ @utdk/posthog
/api/projects/{project_id}/external_data_sources/{id}/update_cdc_settings/ external_data_sources_update_cdc_settings_create
Update CDC tuning fields without enabling/disabling.
Lets users edit ``cdc_auto_drop_slot``, ``cdc_lag_warning_threshold_mb``, and
``cdc_lag_critical_threshold_mb`` independently. These fields are universal
across engines. Engine-specific identifiers (slot name, management mode, …)
are immutable post-enable — switching them requires disable + enable.
- id path required
- A UUID string identifying this external data source.
- string
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.externalDataSourcesUpdateCdcSettingsCreate()