-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding umbrella datastore.set_defaults(). #525
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
Conversation
This will be the most common auth / setup path for typical users.
|
Incremental change LGTM. I worry a little that we have gradually hidden from view how to set up the environment in non-magic cases to allow the defaults to Just Work(TM). |
|
Yes it's a delicate balance to strike and by no means do I think I have it fully figured out. I want to make it easy for the typical user, which will have only one credential and one dataset ID to worry about and won't want to deal with the rest of the mess that comes with. |
Adding umbrella datastore.set_defaults().
) * feat: added include_bigquery_export_settings to ExportAgentRequest feat: added session_ttl to SessionProto PiperOrigin-RevId: 541038902 Source-Link: googleapis/googleapis@f472565 Source-Link: googleapis/googleapis-gen@a91bf45 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTkxYmY0NTI3ZGQ4NmE4NjhhODIyMGIyZDgxNTVlZWFlYzU5NzcwOCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: added include_bigquery_export_settings to ExportAgentRequest feat: added session_ttl to SessionProto PiperOrigin-RevId: 541070954 Source-Link: googleapis/googleapis@439d4ee Source-Link: googleapis/googleapis-gen@ad5c4d3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWQ1YzRkM2YyNmJmOWJkMTY4ZTg2MzQyOGRkYTBiODgyOTM5MTYyOSJ9 * 🦉 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>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore: Update gapic-generator-python to v1.8.5 PiperOrigin-RevId: 511892190 Source-Link: googleapis/googleapis@a45d9c0 Source-Link: googleapis/googleapis-gen@1907294 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9 * 🦉 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>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(deps): update dependency pyarrow to v8 * fix(deps): allow pyarrow v8 * chore(deps): update dependency google-cloud-bigquery to v3.1.0 Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore: fix minor typos * protobf -> protobuf
Fixes #518 Unpin pytest-asyncio version. Adjust the event_loop fixture to make it compatible with pytest-asyncio>=0.17 Use the @pytest_asyncio.fixture decorator for apropriately.
Source-Link: googleapis/synthtool@993985f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1894490910e891a385484514b22eb5133578897eb5b3c380e6d8ad475c6647cd
Source-Link: googleapis/synthtool@993985f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1894490910e891a385484514b22eb5133578897eb5b3c380e6d8ad475c6647cd
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
This will be the most common auth / setup path for typical users.
It may make sense at some point to create a config class in
datastore/_implicit_environ.pyto allow lots of config at once / swappable setting for multi-tenant applications.