pyspark.sql.Catalog.refreshTable

Catalog.refreshTable(tableName: str) → None

Invalidates and refreshes all the cached data and metadata of the given table.

Allowed tableName to be qualified with catalog name.