We would like to confirm whether the following approaches are supported and recommended:
- Timestamp/Watermark-based incremental loads using columns such as
LastModifiedDate
- ID-based incremental loads using increasing primary key values
Our planned approach is:
- Read incremental data from the source Azure SQL Database
- Process the data in Azure Databricks
- Perform batch upsert/merge operations into the target Azure SQL Database across tenants
Could you please confirm:
- Whether this architecture is supported for cross-tenant scenarios
- Recommended authentication approach using Service Principals/Managed Identity
- Best practices for secure connectivity (Private Endpoints/VNet Injection)
- Any limitations or recommended patterns for scalable incremental synchronization
Additionally, we would like guidance on the preferred approach for handling updates and deletes efficiently in this architecture.We would like to confirm whether the following approaches are supported and recommended:
- Timestamp/Watermark-based incremental loads using columns such as
LastModifiedDate
- ID-based incremental loads using increasing primary key values
Our planned approach is:
- Read incremental data from the source Azure SQL Database
- Process the data in Azure Databricks
- Perform batch upsert/merge operations into the target Azure SQL Database across tenants
Could you please confirm:
- Whether this architecture is supported for cross-tenant scenarios
- Recommended authentication approach using Service Principals/Managed Identity
- Best practices for secure connectivity (Private Endpoints/VNet Injection)
- Any limitations or recommended patterns for scalable incremental synchronization
Additionally, we would like guidance on the preferred approach for handling updates and deletes efficiently in this architecture.