Skip to content

invalidate_metadata()

Invalidates the cached metadata for data at the given path.

invalidate_metadata(path)

Description

Banyan caches metadata of data at locations that are read from or written to. This metadata may become invalid and Banyan might not be able to detect that it has become invalid. This function provides a means to manually invalidate the cached metadata. See also invalidate_sample and invalidate_all_locations.

Required Parameters

path (String)

The location path of data that has had its metadata invalidated.

Example Usage

invalidate_metadata("s3://inventory/availability.parquet")