I'm trying to deploy a Databricks Asset Bundle that creates a DLT/Lakeflow pipeline with a PostgreSQL ingestion source. The bundle builds successfully, uploads artifacts, and starts deploying resources, but the pipeline creation fails with the following error:
Error: cannot create pipeline: Ingestion source 'POSTGRESQL' is not supported in your workspace. Please contact Databricks support to enable this feature for your workspace.
with databricks_pipeline.gateway,
on bundle.tf.json line 73
Any guidance would be greatly appreciated. Thanks!