Skip to content

Datastore: Add client_options support to Client. - #23

Closed
emar-kar wants to merge 2 commits into
masterfrom
add-client_options-to-datastore
Closed

Datastore: Add client_options support to Client.#23
emar-kar wants to merge 2 commits into
masterfrom
add-client_options-to-datastore

Conversation

@emar-kar

Copy link
Copy Markdown

IPR: 8475

@mf2199mf2199 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but what about PR#22, was it simply superseded by this one?

@sumit-qlsumit-ql left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

emar-kar pushed a commit that referenced this pull request Aug 15, 2019
…leapis#8720)
* Checking in staged client helper code
Additional test, docs & proposed cleanup needs to happen on top of this.
* update create_model to allow user to specify included or excluded col… (#16)
* update create_model to allow user to specify included or excluded columns
* made minor changes stylistically and with added ValueError outputs
* Update doc gen & module structure. Add unit & system tests
* added two new func: set time, get table address (#23)
* added two new func: set time, get table address
* changed indentation
* Add system tests
* Address linter & python2.7 import errors
* Passes **kwargs through to client & implements missing methods
* Support BQ as input/output in batch_predict
* Address first round of feedback
* Switch to pytest.raises, fix .rst formatting exception
* Make list system tests more stringent
or :class:`dict`
:param client_options: (Optional) Client options used to set user options on the
client. API Endpoint should be set through client_options.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old styled comments. It's only addition, but be ready for new-style-rewriting request

@emar-karemar-kar closed this Sep 6, 2019
@emar-kar
emar-kar deleted the add-client_options-to-datastore branch September 6, 2019 08:55
emar-kar pushed a commit that referenced this pull request Sep 18, 2019
…leapis#8720)
* Checking in staged client helper code
Additional test, docs & proposed cleanup needs to happen on top of this.
* update create_model to allow user to specify included or excluded col… (#16)
* update create_model to allow user to specify included or excluded columns
* made minor changes stylistically and with added ValueError outputs
* Update doc gen & module structure. Add unit & system tests
* added two new func: set time, get table address (#23)
* added two new func: set time, get table address
* changed indentation
* Add system tests
* Address linter & python2.7 import errors
* Passes **kwargs through to client & implements missing methods
* Support BQ as input/output in batch_predict
* Address first round of feedback
* Switch to pytest.raises, fix .rst formatting exception
* Make list system tests more stringent
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@emar-kar@IlyaFaer@mf2199@sumit-ql