Skip to content

Commit

Permalink
Remove redundant file_format parameter from s3 data connector (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Jul 3, 2024
1 parent 57e5d14 commit 6906960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spiceaidocs/docs/data-connectors/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Example: `name: cool_dataset`
- `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)

Expand Down

0 comments on commit 6906960

Please sign in to comment.