Hi everyone,
I am trying to set up an Integrated‑CDC pipeline for a MySQL RDS instance on our Databricks workspace. Our workspace only uses Classic compute; Serverless compute is not available.
According to the documentation, Integrated‑CDC for MySQL should support Classic compute. However, I cannot find the UI wizard for creating this MySQL CDC pipeline inside Catalog Explorer. There is no graphical creation page.
I understand that the pipeline can be created via REST API / Databricks SDK from a Notebook. Before I proceed to build the pipeline with SDK scripts, I would like to confirm:
- Is there any workspace‑level feature flag or preview access that needs to be enabled on our account to use MySQL Integrated‑CDC, even when we only use Classic compute?
- If the UI wizard is intentionally not available for Classic‑only workspaces, is the API‑only deployment officially supported for production usage for MySQL RDS sources?
- Are there any known networking prerequisites I should double‑check between Databricks Classic cluster and the MySQL RDS database for the binlog‑based CDC ingestion?
Thank you for your help.