Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-automl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: googleapis/python-automl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 28, 2019

  1. fix(automl): pass credentials to underlying clients in TableClient (#…

    …9491)
    
    In automl_v1beta1.TablesClient.__init__(), the credentials
    are not given to AutoMlClient and PredictionServiceClient,
    causing inconsistency between the credentials that was passed
    and the credentials that was actually used for API calls.
    
    This commit ensures that credentials are passed, and add two
    unittests to catch the behavior.
    
    Fixes #9490
    shunghsiyu authored and busunkim96 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ff95db3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    a3373dc View commit details
    Browse the repository at this point in the history
Loading