Snowflake · Example Payload

Snowflake Refreshicebergtable Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Refreshicebergtable Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "refreshIcebergTable",
  "method": "POST",
  "path": "/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:refresh",
  "summary": "Refreshes the Metadata for an Apache Iceberg Table That Uses an External Iceberg Catalog",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RefreshicebergtableRequestExample",
      "example": {
        "metadata_file_relative_path": "example_value"
      }
    }
  ],
  "responseExamples": []
}