Request model for refreshing iceberg table
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RefreshIcebergTableRequest", "title": "RefreshIcebergTableRequest", "type": "object", "description": "Request model for refreshing iceberg table", "properties": { "metadata_file_relative_path": { "type": "string", "description": "Specifies a metadata file path for a table created from Iceberg files in object storage.", "example": "example_value" } } }