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

Fix bq_table_upload when source_format is undefined #613

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

apalacio9502
Copy link
Contributor

@apalacio9502 apalacio9502 commented Jun 11, 2024

Hi @hadley,

This pull request aims to address the error encountered in the live API. This error occurs because when source_format is not defined, a vector of length 2 is being passed to unbox. Therefore, the correction for this error involves updating the source_format variable when arg_match is performed.

Regards,

apalacio9502 referenced this pull request Jun 11, 2024
And drop `export_parquet()` wrapper
@hadley hadley merged commit e574a61 into r-dbi:main Jun 11, 2024
12 checks passed
@hadley
Copy link
Member

hadley commented Jun 11, 2024

Nice catch, thanks!

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.

2 participants