Purging CSVs from Google Cloud Storage
To purge a CSV from Google Cloud Storage, you need to specify the CSV path and the Google Cloud Storage path.
Example 1:
purge the csv from google cloud storage with
the gs path is "gs://my-bucket/folder1"
the csv path is "in-folder-path/to/your/csvfile.csv"
This purges the specified CSV from the given Google Cloud Storage path.
Example 2:
the csv path is "datasets/2023/march/sales_data.csv"
the gs path is "gs://my-bucket/folder2"
purge the csv from google cloud storage
This purges the specified CSV from the given Google Cloud Storage path.
Last updated
Was this helpful?