Skip to content

Commit

Permalink
docs: fix typo in default value for PARQUET_ROW_GROUP_SIZE (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalc authored Nov 28, 2024
2 parents 06d1243 + cfc8c3e commit 0ad9e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The S3-compatible storage on your local machine will be visible at http://localh
| READ_AND_WRITE_AWS_ACCESS_KEY_ID | The AWS access key ID that has write permissions on the S3 bucket (for the csv-generating worker) |
| READ_AND_WRITE_AWS_SECRET_ACCESS_KEY | The secret part of the read+write AWS access key |
| ENVIRONMENT | The current environment where the application is running<hr>`develop` |
| PARQUET_ROW_GROUP_SIZE | The maximum number of rows Parquet row group - optional with a default of 1131072 |
| PARQUET_ROW_GROUP_SIZE | The maximum number of rows Parquet row group - optional with a default of 131072 |
| GA_ENDPOINT (deprecated) | The endpoint to send analytics info to |
| GA_TRACKING_ID (deprecated) | The unique identifier for the google analytics property |
| GA4_API_SECRET | The API secret for Google Analytics 4 (GA4) |
Expand Down

0 comments on commit 0ad9e03

Please sign in to comment.