The short answer is no, you don't need to enable it, because the tables generated by Lakeflow Connect already capture and stream CDC metadata natively. In fact, streaming tables in Delta Live Tables (DLT) and Lakeflow pipelines are built on top of an...
Looks like some dependency/runtime issue with LakeBridge installation on Windows.pip uninstall databricks-labs-lakebridge -ypip install databricks-labs-lakebridgeAlso check Python version compatibility once. Python 3.10/3.11 worked better in my case.