@Rongali_Vasu, @gowri_databrick While waiting for Lakeflow Connect connectors for MySQL, Oracle, or PostgreSQL to become GA, one alternative is to use JDBC connections from Databricks. This can work with most RDBMS platforms that provide a JDBC drive...
@ThiamLee I’ve actually worked on a similar use case in one of my projects, where we used:React → FastAPI → Databricks SQL → Unity Catalog (Delta tables)From my experience, this worked quite well for a data-heavy application. React handled the UI, Fa...
If you are using Databricks Lakebase Postgres, I think Lakebase CDF is a good fit for this use case.Since the POS application is already writing to Postgres for OLTP processing, I would keep Postgres as the system of record and use Lakebase CDF to as...
@david_aspegren I don't think this is necessarily a bug. It looks more like an issue with how the custom next_snapshot_and_version() function is being evaluated when multiple create_auto_cdc_from_snapshot_flow flows are analysed in parallel.In your e...