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

[cherry-pick][release-2.40.0] BigQueryIO: Adding the BASIC view setting to getTable request (#21879) #21938

Merged
merged 1 commit into from
Jun 18, 2022

Commits on Jun 17, 2022

  1. BigQueryIO: Adding the BASIC view setting to getTable request (apache…

    …#21879)
    
    * Adding the BASIC view to the getTable request to avoid storage related calculations on the backend (caused by the default option)
    
    * adding new method for getTable using view param to make the change backwards compatible
    
    * spotless apply
    
    * changed create table ptransform to use BASIC view as well
    
    * replaced couple more occurrences that can take advantage of just requesting BASIC view
    
    * addressing comments from review
    
    * fixed flaky test
    
    * ran spotless apply
    prodriguezdefino authored and pabloem committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    91ae5be View commit details
    Browse the repository at this point in the history