REMOVE

Applies to: check marked yes Databricks SQL Connector

Put a file from a volume.

Syntax

REMOVE volume_path

Parameters

  • 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>, or
    • dbfs:/Volumes/<catalog>/<schema>/<volume>/<path>/<file_name>

Examples

> REMOVE '/Volumes/test_catalog/test_schema/test_volume/2023/06/file1.csv'