Hi @Malthe
The recommended method is to manage and trigger the sync via table-level APIs or management interfaces, not the pipeline-level job triggers:
For Unity Catalog synced tables (e.g., syncing to Postgres), triggering a sync or refresh is per...
Hi @Balram-snaplogi
The default socket timeout value introduced in Databricks JDBC driver version 2.6.35 is 300 seconds (5 minutes). Please refer to the below kb.
https://kb.databricks.com/dbsql/job-timeout-when-connecting-to-a-sql-endpoint-over-jd...
Hi @bhargavabasava
Can you please refer to the below doc for complete details.
https://docs.databricks.com/gcp/en/security/network/classic/private-service-connect
Hi @LarsMewa
When using serverless, we will not be able to upgrade the size of the executor and the driver. Are you facing issue when processing the json and the csv file together?
The error indicates serverless resource constraint: serverless use ...
Hi @Nexusss7
You can add a comment in the delta live tables, either the MV or the streaming table, in the tag -
@Dlt.table()
@Dlt.table(
comment = "Delta live tables comment"
)Here is the syntax for SQL: https://docs.databricks.com/aws/en/d...