Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: configurable BigQuery offline store export parquet file size #12

Conversation

KarolisKont
Copy link

@KarolisKont KarolisKont commented Nov 7, 2023

It's a hackish solution, but it operates as follows: you specify your expected export Parquet file size in Megabytes through the BQ_EXPORT_PARQUET_FILE_SIZE_MB environment variable, the value must not exceed 1000 and should be numeric digit. If you do not set this environment variable, it will default to the previous behavior, allowing the BigQuery exporter function to determine the export file size.

@KarolisKont KarolisKont merged commit affbc4d into ml_platfrom_v034 Nov 8, 2023
16 checks passed
@KarolisKont KarolisKont deleted the feature/bq_config_size_remote_export_parquet_file branch November 8, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants