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

BigQuery: add destination table properties to 'LoadJobConfig'. #6202

Merged
merged 26 commits into from
Oct 17, 2018

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    ac176a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f050e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a0ab18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37caba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29f4e6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6c37da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e8cae2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a199fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68fdf67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    adf2710 View commit details
    Browse the repository at this point in the history
  11. Add explicit test coverage for 'LoadJobConfig.skip_leading_rows'.

    Note question posted to issue #5093:  should 'max_bad_rows' and
    'skip_leading_rows' match in how the mangle / parse the value in the
    resource?  Docs say it is an integer.
    tseaver committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    51aade2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a345f58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c739c10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    465aa61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dbe59e7 View commit details
    Browse the repository at this point in the history
  16. Add/improve explicit test coverage for 'LoadJobConfig.destination_enc…

    …ryption_configuration'.
    tseaver committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    4d66817 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    77e908d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a131731 View commit details
    Browse the repository at this point in the history
  19. Fix 'LoadJobConfig.time_partitioning' setter w/ None.

    It should remove the 'timePartitioning' sub-key altogether.
    tseaver committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    b945c3c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    268e334 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c191f2f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3fafd08 View commit details
    Browse the repository at this point in the history
  23. Remove spurious test of superclass 'to_api_repr'/'from_api_repr' from…

    … LJC tests.
    
    Fix bug revealed thereby in 'LJC.destination_encryption_configuration' setter.
    tseaver committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    7c76fe3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8a1d4fa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1240481 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2a920d1 View commit details
    Browse the repository at this point in the history