Catalog
Retrieves a preview set of rows in given partition.
get/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}/previewrows
Path parameters
databaseNamestring required
The name of the database containing the partition.
schemaNamestring required
The name of the schema containing the partition.
tableNamestring required
The name of the table containing the partition.
partitionNamestring required
The name of the table partition.
Query parameters
maxRowsinteger
The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition.
maxColumnsinteger
The maximum number of columns to be retrieved.
api-versionstring required
Client Api Version.
Response
Successfully retrieved preview rows for the specified partition.