You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-`endpoint`: The S3 endpoint, or equivalent (e.g. MinIO endpoint), for the S3-compatible storage. Defaults to region endpoint. E.g. `endpoint: https://my.minio.server`
-`region`: Region of the S3 bucket, if region specific. Default value is `us-east-1` E.g. `region: us-east-1`
-`timeout`: Specifies timeout for S3 operations. Default value is `30s` E.g. `timeout: 60s`
-`file_format`: Optional. The file format to query against, either `csv` or `parquet`. Defaults to `parquet`.
More CSV related parameters can be configured, see [CSV Parameters](../reference/file_format.md#CSV)