René's URL Explorer Experiment


Title: schema built when creating a view in bigquery · Issue #1701 · googleapis/google-cloud-python · GitHub

Open Graph Title: schema built when creating a view in bigquery · Issue #1701 · googleapis/google-cloud-python

X Title: schema built when creating a view in bigquery · Issue #1701 · googleapis/google-cloud-python

Description: Calling create on a table with view_query set fails, as _build_resource sets the schema. Running new_table = dataset.table('test_view') table.view_query = query_string new_table.create() gives the following error: BadRequest: 400 { "erro...

Open Graph Description: Calling create on a table with view_query set fails, as _build_resource sets the schema. Running new_table = dataset.table('test_view') table.view_query = query_string new_table.create() gives the ...

X Description: Calling create on a table with view_query set fails, as _build_resource sets the schema. Running new_table = dataset.table('test_view') table.view_query = query_string new_table.create() gi...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"schema built when creating a view in bigquery","articleBody":"Calling create on a table with view_query set fails, as _build_resource sets the schema. Running\n\n``` python\nnew_table = dataset.table('test_view')\ntable.view_query = query_string\nnew_table.create()\n```\n\ngives the following error:\n\n```\nBadRequest: 400 {\n \"error\": {\n  \"errors\": [\n   {\n    \"domain\": \"global\",\n    \"reason\": \"invalid\",\n    \"message\": \"Schema field shouldn't be used as input with a view\"\n   }\n  ],\n  \"code\": 400,\n  \"message\": \"Schema field shouldn't be used as input with a view\"\n }\n}\n```\n\nOne fix that works is only setting `schema` if `view_query` is `None` in `_build_resource` in [`gcloud/bigquery/table.py`](https://github.com/GoogleCloudPlatform/gcloud-python/blob/188515f192e3823ce21a47df2d4742995d08f109/gcloud/bigquery/table.py#L397), e.g.:\n\n``` python\n    def _build_resource(self):\n        \"\"\"Generate a resource for ``create`` or ``update``.\"\"\"\n        resource = {\n            'tableReference': {\n                'projectId': self._dataset.project,\n                'datasetId': self._dataset.name,\n                'tableId': self.name},\n        }\n        if self.description is not None:\n            resource['description'] = self.description\n\n        if self.expires is not None:\n            value = _millis_from_datetime(self.expires)\n            resource['expirationTime'] = value\n\n        if self.friendly_name is not None:\n            resource['friendlyName'] = self.friendly_name\n\n        if self.location is not None:\n            resource['location'] = self.location\n\n        if self.view_query is not None:\n            view = resource['view'] = {}\n            view['query'] = self.view_query\n        else:\n            resource['schema'] = {'fields': _build_schema_resource(self._schema)}\n\n        return resource\n```\n","author":{"url":"https://github.com/jeremyjamesmitchell","@type":"Person","name":"jeremyjamesmitchell"},"datePublished":"2016-04-07T15:13:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1701/google-cloud-python/issues/1701"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:fca640fd-8c7e-73ca-e789-870d617cf2a7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD0F6:3733D4:FBD5F:157C6B:6A4D2FAF
html-safe-nonceff37ef3a921471dab9d3ab922b629496f3d6b3af6339586bdff2aeb7e5765b66
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMEY2OjM3MzNENDpGQkQ1RjoxNTdDNkI6NkE0RDJGQUYiLCJ2aXNpdG9yX2lkIjoiNDgwNDg5NDY0NzI4MDAyMTQyMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac273053ad97fbd0cd5c152a03d9c20aca55eec8f7cdbc0d7f48175ee9f0bb7b48
hovercard-subject-tagissue:146655224
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/1701/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a750546cd3309a6c3441d75ca3af0e25f823634049ad25056a04b7e34d43f2c1/googleapis/google-cloud-python/issues/1701
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a750546cd3309a6c3441d75ca3af0e25f823634049ad25056a04b7e34d43f2c1/googleapis/google-cloud-python/issues/1701
og:image:altCalling create on a table with view_query set fails, as _build_resource sets the schema. Running new_table = dataset.table('test_view') table.view_query = query_string new_table.create() gives the ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejeremyjamesmitchell
hostnamegithub.com
expected-hostnamegithub.com
None92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6
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
release93f17a978ee60bc4668e1d7b90e6bd2d622261fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-cloud-python/issues/1701#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-python%2Fissues%2F1701
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%2F1701
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/1701
Reloadhttps://github.com/googleapis/google-cloud-python/issues/1701
Reloadhttps://github.com/googleapis/google-cloud-python/issues/1701
Please reload this pagehttps://github.com/googleapis/google-cloud-python/issues/1701
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 437 https://github.com/googleapis/google-cloud-python/issues
Pull requests 128 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
schema built when creating a view in bigqueryhttps://github.com/googleapis/google-cloud-python/issues/1701#top
https://github.com/tseaver
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: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com/jeremyjamesmitchell
jeremyjamesmitchellhttps://github.com/jeremyjamesmitchell
on Apr 7, 2016https://github.com/googleapis/google-cloud-python/issues/1701#issue-146655224
gcloud/bigquery/table.pyhttps://github.com/GoogleCloudPlatform/gcloud-python/blob/188515f192e3823ce21a47df2d4742995d08f109/gcloud/bigquery/table.py#L397
tseaverhttps://github.com/tseaver
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: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%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.