CData Python Connector for Parquet

Build 24.0.9062

ListFiles

List all Parquet files stored in a local or cloud-based directory.

Input

Name Type Required Description
Mask String False Filter mask value. Ex: '*.parquet'
Path String False The path to list files from. Relative to the URI provided in the connection.

Result Set Columns

Name Type Description
FileName String Returns the file name.
LastModified Long Returns the unix timestamp when this file was last modified.
CreatedAt Long Returns the unix timestamp when this file was created. Returns -1 when the storage does not support this field.
URI String Returns the URI.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062