Posts
Sort by recent activity
Databricks SQL Procedure fails via Flyway with "Syntax error at or near end of input" but works in UI
I am trying to deploy a Databricks SQL stored procedure using Flyway, but I am encountering a parsing error during migration execution.The same procedure runs successfully when executed directly in...