PUT INTO
Applies to: Databricks SQL Connector
Put a local file into a volume.
Note
This statement is only available in the Databricks SQL Connector. It cannot be submitted from the UI.
Parameters
localfile_path
A
STRING
literal with the path of the local file.volume_path
A
STRING
literal with the path of the volume.volume_path
must be in the format:/Volumes/<catalog>/<schema>/<volume>/<path>/<file_name>
, ordbfs:/Volumes/<catalog>/<schema>/<volume>/<path>/<file_name>
OVERWRITE
If specified, overwrite an existing file in the volume with the new file. If not specified, return an error if the file already exists.