Hi,
The default database adapter for Databricks already allows the Data Movement operation to Databricks, but you must enable the Bulk Load for it first. This is required for any HDFS-based data sources such as Databricks. Enabling this option for Databricks also allows for operations using MPP (Massive Parallel Processing).
You can find more information on how to do enable it in the[ bulk data load](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/bulk_data_load/databricks) section for Databricks of the Virtual Dataport Administration Guide. Make sure to also enable Data Movement in your Databricks data source and in the server configuration.
You can also refer to section [Remote Tables](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/remote_tables/managing_remote_tables/managing_remote_tables#managing-remote-tables) of the Virtual Dataport Administration Guide for more information on how to write data into remote Jdbc data sources.
Hope this helps!