@saicharan1 I believe there is a simpler approach for this use case.The key point is that Default Interactive Compute and Default Automated Compute appear to be workspace-level Serverless Compute resources. Therefore, rather than using the account-le...
I completely understand your concern, and I think this is a valid question.If one ingestion pipeline is permanently associated with one ingestion gateway, then from an operational perspective, 20–30 source connections could indeed result in 20–30 ing...
@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...