Delta Lake API
Requests
Delta Lake API
Spark SQL
Merging tables in workspaces
MERGE INTO delta_native.target_native as target USING immuta_temp_view_data_source as source ON target.dr_number = source.dr_number WHEN MATCHED THEN UPDATE SET target.date_reported = source.date_reported
Last updated
Was this helpful?

