René's URL Explorer Experiment


Title: feature request: better api for arbitrary keyword argument pass to query ? · Issue #3210 · googleapis/google-cloud-python · GitHub

Open Graph Title: feature request: better api for arbitrary keyword argument pass to query ? · Issue #3210 · googleapis/google-cloud-python

X Title: feature request: better api for arbitrary keyword argument pass to query ? · Issue #3210 · googleapis/google-cloud-python

Description: from this example https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronous >>> dataset = client.dataset('dataset_name') >>> table = dataset.table(name='person_ages') >>> job = client...

Open Graph Description: from this example https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronous >>> dataset = client.dataset('dataset_name') >>> table = dataset.ta...

X Description: from this example https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronous >>> dataset = client.dataset('dataset_name') >&...

Opengraph URL: https://github.com/googleapis/google-cloud-python/issues/3210

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"feature request: better api for arbitrary keyword argument pass to query ?","articleBody":"from this example https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronous\r\n\r\n```python\r\n\u003e\u003e\u003e dataset = client.dataset('dataset_name')\r\n\u003e\u003e\u003e table = dataset.table(name='person_ages')\r\n\u003e\u003e\u003e job = client.run_async_query('fullname-age-query-job', query)\r\n\u003e\u003e\u003e job.destination = table\r\n\u003e\u003e\u003e job.write_disposition= 'WRITE_TRUNCATE'\r\n\u003e\u003e\u003e job.name\r\n'fullname-age-query-job'\r\n\u003e\u003e\u003e job.job_type\r\n'query'\r\n\u003e\u003e\u003e job.created\r\nNone\r\n\u003e\u003e\u003e job.state\r\nNone\r\n```\r\n\r\nhow about a better api by allowing arbitrary keyword list to be appended on the insert job POST request\r\nhttps://cloud.google.com/bigquery/docs/reference/rest/v2/jobs the keyword `destinationTable` and `writeDisposition` here are from rest api reference, this way can keep `google-cloud-python` library to be a thinner layer, just gives user the best flexibility\r\n\r\n```python\r\n\u003e\u003e\u003e job = client.run_async_query(query,\r\n          destinationTable={'datasetId': 'dataset_name', 'tableId': 'person_ages'},\r\n          writeDisposition='WRITE_TRUNCATE',\r\n          )\r\n```\r\n\r\nin python it can be implemented as dict as last argument:\r\n\r\n```python\r\ndef run_async_query(query, **kwargs):\r\n    # populate from kwargs to be on the `configuration.query` in the post request body,\r\n    # it could optionally have jobId\r\n```\r\n\r\nBtw, from #3209 I am not puting a `job_name` / `jobid` field because I don't think that's necessary, the `run_async_query` shouldn't require user to provide a `jobid`, in the rest api insert job request, if jobid is absent, server side would generate a unique id","author":{"url":"https://github.com/c0b","@type":"Person","name":"c0b"},"datePublished":"2017-03-27T04:20:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/3210/google-cloud-python/issues/3210"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4deba97f-d0c4-4d34-6f88-a8af7a36d66e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id91FC:2B6D8B:1679BC:1E4610:6A4D8537
html-safe-noncea01b38afe306687033f3d52688197ddc3ce01c1592620558f745f4b22296ef62
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MUZDOjJCNkQ4QjoxNjc5QkM6MUU0NjEwOjZBNEQ4NTM3IiwidmlzaXRvcl9pZCI6IjIwODIwNTQwMTA2MjIwMTg4NzEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb93580411d1cd2bb084682ca9773345ec446b3be26cfcd80a16f2cac75ca90db
hovercard-subject-tagissue:217132958
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/google-cloud-python/3210/issue_layout
twitter:imagehttps://opengraph.githubassets.com/42bad12ffa7f51e4b67b1eb5fbf26d3d5ee9ef9569f4cbf0a7a0841d9a54061b/googleapis/google-cloud-python/issues/3210
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/42bad12ffa7f51e4b67b1eb5fbf26d3d5ee9ef9569f4cbf0a7a0841d9a54061b/googleapis/google-cloud-python/issues/3210
og:image:altfrom this example https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronous >>> dataset = client.dataset('dataset_name') >>> table = dataset.ta...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamec0b
hostnamegithub.com
expected-hostnamegithub.com
Nonec6bf61c909482ec3072ef5d7a5a28f2a9d214788c9a44793eca1960048cb05ae
turbo-cache-controlno-preview
go-importgithub.com/googleapis/google-cloud-python git https://github.com/googleapis/google-cloud-python.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id16316451
octolytics-dimension-repository_nwogoogleapis/google-cloud-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id16316451
octolytics-dimension-repository_network_root_nwogoogleapis/google-cloud-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6702a58b419a792226bd21ef0fb1bcb318bbcaa3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-cloud-python/issues/3210#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-python%2Fissues%2F3210
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-python%2Fissues%2F3210
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fgoogle-cloud-python
Reloadhttps://github.com/googleapis/google-cloud-python/issues/3210
Reloadhttps://github.com/googleapis/google-cloud-python/issues/3210
Reloadhttps://github.com/googleapis/google-cloud-python/issues/3210
Please reload this pagehttps://github.com/googleapis/google-cloud-python/issues/3210
googleapis https://github.com/googleapis
google-cloud-pythonhttps://github.com/googleapis/google-cloud-python
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-python
Fork 1.7k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-python
Star 5.3k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-python
Code https://github.com/googleapis/google-cloud-python
Issues 439 https://github.com/googleapis/google-cloud-python/issues
Pull requests 129 https://github.com/googleapis/google-cloud-python/pulls
Discussions https://github.com/googleapis/google-cloud-python/discussions
Actions https://github.com/googleapis/google-cloud-python/actions
Projects https://github.com/googleapis/google-cloud-python/projects
Security and quality 0 https://github.com/googleapis/google-cloud-python/security
Insights https://github.com/googleapis/google-cloud-python/pulse
Code https://github.com/googleapis/google-cloud-python
Issues https://github.com/googleapis/google-cloud-python/issues
Pull requests https://github.com/googleapis/google-cloud-python/pulls
Discussions https://github.com/googleapis/google-cloud-python/discussions
Actions https://github.com/googleapis/google-cloud-python/actions
Projects https://github.com/googleapis/google-cloud-python/projects
Security and quality https://github.com/googleapis/google-cloud-python/security
Insights https://github.com/googleapis/google-cloud-python/pulse
feature request: better api for arbitrary keyword argument pass to query ?https://github.com/googleapis/google-cloud-python/issues/3210#top
https://github.com/tswast
api: bigqueryIssues related to the BigQuery API.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22api%3A%20bigquery%22
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22type%3A%20feature%20request%22
https://github.com/c0b
c0bhttps://github.com/c0b
on Mar 27, 2017https://github.com/googleapis/google-cloud-python/issues/3210#issue-217132958
https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronoushttps://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html#querying-data-asynchronous
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobshttps://cloud.google.com/bigquery/docs/reference/rest/v2/jobs
#3209https://github.com/googleapis/google-cloud-python/issues/3209
tswasthttps://github.com/tswast
api: bigqueryIssues related to the BigQuery API.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22api%3A%20bigquery%22
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22type%3A%20feature%20request%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.