spring: datasource: hikari: poolName: Hikari auto-commit: false max-pool-size: 30 minimum-idle: 10 data-source-properties: cachePrepStmts: true prepStmtCacheSize: 250 prepStmtCacheSqlLimit: 2048 ...
A production-ready Python framework for ingesting data from JDBC sources (MySQL, PostgreSQL, SQL Server, Oracle) into Databricks Delta Lake tables with support for full loads, incremental updates, ...