Are Parquet files currently supported in Azure cognitive search?

2022-02-16T10:51:17.67+00:00

Is it possible to search the contents of a parquet file using azure cognitive search?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
784 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 19,286 Reputation points
    2022-02-18T04:44:00.557+00:00

    Thanks for asking question!

    File support depends on the source supported files:

    Blob: https://learn.microsoft.com/en-us/azure/search/search-howto-indexing-azure-blob-storage#supported-document-formats

    File: https://learn.microsoft.com/en-us/azure/search/search-file-storage-integration#supported-document-formats

    ADLS Gen2” https://learn.microsoft.com/en-us/azure/search/search-howto-index-azure-data-lake-storage#supported-document-formats

    As per your query regarding .parquet files you may consider an extra step using Data Factory to convert to any of the supported formats and send to a supported data source for Azure Search ingestion.

    Hope this helps. Let us know.

    0 comments No comments