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

#514: add datastore.put API, remove `Entity.save' #548

Merged
merged 8 commits into from
Jan 14, 2015
Merged

#514: add datastore.put API, remove `Entity.save' #548

merged 8 commits into from
Jan 14, 2015

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Jan 14, 2015

Similar to the delete API added in #522.

@dhermes dhermes mentioned this pull request Jan 14, 2015
8 tasks
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 84d47f9 on tseaver:514-add_datastore_put_api into f980aad on GoogleCloudPlatform:master.

dataset_id = _get_dataset_id_from_keys(keys)
current = Batch(dataset_id=dataset_id, connection=connection)
for entity in entities:
current.put(entity)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 0ae7e34 on tseaver:514-add_datastore_put_api into f980aad on GoogleCloudPlatform:master.

@tseaver
Copy link
Contributor Author

tseaver commented Jan 14, 2015

@dhermes any remaining concerns?

@dhermes
Copy link
Contributor

dhermes commented Jan 14, 2015

Two remarks still not addressed. (Three actually, but one depends on the other.)

@dhermes
Copy link
Contributor

dhermes commented Jan 14, 2015

LGTM

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d46ed28 on tseaver:514-add_datastore_put_api into f980aad on GoogleCloudPlatform:master.

tseaver added a commit that referenced this pull request Jan 14, 2015
#514: add `datastore.put` API, remove `Entity.save'
@tseaver tseaver merged commit 64aaed4 into googleapis:master Jan 14, 2015
@tseaver tseaver deleted the 514-add_datastore_put_api branch January 14, 2015 22:17
@dhermes dhermes added the api: datastore Issues related to the Datastore API. label Dec 31, 2015
parthea pushed a commit that referenced this pull request Oct 21, 2023
* chore: Update gapic-generator-python to v1.11.3

PiperOrigin-RevId: 546899192

Source-Link: googleapis/googleapis@e6b1691

Source-Link: googleapis/googleapis-gen@0b3917c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Oct 21, 2023
Source-Link: googleapis/synthtool@0ddbff8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bced5ca77c4dda0fd2f5d845d4035fc3c5d3d6b81f245246a36aee114970082b

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants