René's URL Explorer Experiment


Title: Unable compare value from records array · Issue #233 · googleapis/python-bigquery-sqlalchemy · GitHub

Open Graph Title: Unable compare value from records array · Issue #233 · googleapis/python-bigquery-sqlalchemy

X Title: Unable compare value from records array · Issue #233 · googleapis/python-bigquery-sqlalchemy

Description: I need to create a join of 2 BQ tables where one of them has an id field that has to be compared with the record id in the repeated field (array of records) of another one. I'm struggling with SQLAlchemy implementation of the SQL query t...

Open Graph Description: I need to create a join of 2 BQ tables where one of them has an id field that has to be compared with the record id in the repeated field (array of records) of another one. I'm struggling with SQLA...

X Description: I need to create a join of 2 BQ tables where one of them has an id field that has to be compared with the record id in the repeated field (array of records) of another one. I'm struggling with ...

Opengraph URL: https://github.com/googleapis/python-bigquery-sqlalchemy/issues/233

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Unable compare value from records array","articleBody":"I need to create a join of 2 BQ tables where one of them has an `id` field that has to be compared with the record id in the repeated field (array of records) of another one. I'm struggling with SQLAlchemy implementation of the SQL query that works fine. Tried to solve this problem in different ways, but nothing was successful, most relevant and similar to sql-like solution below. Probably, there are some troubles with sqlalchemy interpretation of SQL queries or result fetch either, aren't?\r\n\r\n#### Environment details\r\n\r\n  - OS type and version: MacOS, 12.0 beta\r\n  - Python version: 3.9.1\r\n  - pip version: 21.1.2\r\n  - `google-cloud-bigquery` version: 2.22.1\r\n\r\n#### Steps to reproduce\r\n\r\n 1. Create the BQ table `Mock` with fields:\r\n    - name: `mock_id` | type: `STRING` | mode: `NULLABLE`\r\n  \r\n 2. Create the BQ table `AnotherMock` with fields:\r\n    - name: `objects` | type: `RECORD` | mode: `REPEATED`\r\n      - name: `object_id` | type: `STRING` | mode: `NULLABLE`\r\n 3. Run code below (It gonna fail).\r\n 4. Run SQL below (it gonna success).\r\n\r\n#### SQL example\r\n```sql\r\nSELECT *\r\nFROM db.dataset.mock mock\r\nINNER JOIN (SELECT another_mock_objects FROM db.dataset.another_mock, UNNEST(objects) as another_mock_objects) another_mock\r\nON mock.mock_id = another_mock.another_mock_objects.object_id\r\n```\r\n\r\n\r\n#### Code example\r\n\r\n```python\r\n subquery = session.query(\r\n    func.unnest(another_mock_model.c.objects).label('another_mock_objects')\r\n).subquery()\r\n\r\nsession.execute(\r\n    select([]) \\\r\n        .select_from(\r\n            mock_model\r\n                .join(\r\n                    another_mock_model,\r\n                    subquery.c.another_mock_objects.object_id == mock_model.c.mock_id,\r\n                )\r\n        )\r\n)\r\n```\r\n\r\n#### Stack trace\r\n`AttributeError: 'Comparator' object has no attribute 'object_id'`\r\n\r\n","author":{"url":"https://github.com/elsiniestra","@type":"Person","name":"elsiniestra"},"datePublished":"2021-07-29T20:18:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/233/python-bigquery-sqlalchemy/issues/233"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:84c77ecd-46f4-9eec-f480-b4e3a6349d5e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idED04:B97C3:3CCD109:54225B6:6A4F4ED8
html-safe-nonce16d3d9ce4a869a92a153a6df963e1e4059ea145a161ece319dc0e4049045eaf3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDA0OkI5N0MzOjNDQ0QxMDk6NTQyMjVCNjo2QTRGNEVEOCIsInZpc2l0b3JfaWQiOiIxNTU1OTkzNjI1Nzk1NDQ4NTM2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacd28eb86bb912901bb5d568fd1397af0c169fe90080ee9bca81d75642b30f3f67
hovercard-subject-tagissue:956176210
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/python-bigquery-sqlalchemy/233/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8d349cfef872ce1243b2ed2df344ee89d869c82db5cc23d62c1d871a23c909d3/googleapis/python-bigquery-sqlalchemy/issues/233
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8d349cfef872ce1243b2ed2df344ee89d869c82db5cc23d62c1d871a23c909d3/googleapis/python-bigquery-sqlalchemy/issues/233
og:image:altI need to create a join of 2 BQ tables where one of them has an id field that has to be compared with the record id in the repeated field (array of records) of another one. I'm struggling with SQLA...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameelsiniestra
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-bigquery-sqlalchemy git https://github.com/googleapis/python-bigquery-sqlalchemy.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id93616231
octolytics-dimension-repository_nwogoogleapis/python-bigquery-sqlalchemy
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id93616231
octolytics-dimension-repository_network_root_nwogoogleapis/python-bigquery-sqlalchemy
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
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-bigquery-sqlalchemy/issues/233#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-bigquery-sqlalchemy%2Fissues%2F233
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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2Fpython-bigquery-sqlalchemy%2Fissues%2F233
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%2Fpython-bigquery-sqlalchemy
Reloadhttps://github.com/googleapis/python-bigquery-sqlalchemy/issues/233
Reloadhttps://github.com/googleapis/python-bigquery-sqlalchemy/issues/233
Reloadhttps://github.com/googleapis/python-bigquery-sqlalchemy/issues/233
Please reload this pagehttps://github.com/googleapis/python-bigquery-sqlalchemy/issues/233
googleapis https://github.com/googleapis
python-bigquery-sqlalchemyhttps://github.com/googleapis/python-bigquery-sqlalchemy
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-bigquery-sqlalchemy
Fork 140 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-bigquery-sqlalchemy
Star 490 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-bigquery-sqlalchemy
Code https://github.com/googleapis/python-bigquery-sqlalchemy
Issues 0 https://github.com/googleapis/python-bigquery-sqlalchemy/issues
Pull requests 1 https://github.com/googleapis/python-bigquery-sqlalchemy/pulls
Actions https://github.com/googleapis/python-bigquery-sqlalchemy/actions
Projects https://github.com/googleapis/python-bigquery-sqlalchemy/projects
Security and quality 0 https://github.com/googleapis/python-bigquery-sqlalchemy/security
Insights https://github.com/googleapis/python-bigquery-sqlalchemy/pulse
Code https://github.com/googleapis/python-bigquery-sqlalchemy
Issues https://github.com/googleapis/python-bigquery-sqlalchemy/issues
Pull requests https://github.com/googleapis/python-bigquery-sqlalchemy/pulls
Actions https://github.com/googleapis/python-bigquery-sqlalchemy/actions
Projects https://github.com/googleapis/python-bigquery-sqlalchemy/projects
Security and quality https://github.com/googleapis/python-bigquery-sqlalchemy/security
Insights https://github.com/googleapis/python-bigquery-sqlalchemy/pulse
#318https://github.com/googleapis/python-bigquery-sqlalchemy/pull/318
Unable compare value from records arrayhttps://github.com/googleapis/python-bigquery-sqlalchemy/issues/233#top
#318https://github.com/googleapis/python-bigquery-sqlalchemy/pull/318
https://github.com/jimfulton
api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.https://github.com/googleapis/python-bigquery-sqlalchemy/issues?q=state%3Aopen%20label%3A%22api%3A%20bigquery%22
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.https://github.com/googleapis/python-bigquery-sqlalchemy/issues?q=state%3Aopen%20label%3A%22priority%3A%20p1%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-bigquery-sqlalchemy/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com/elsiniestra
elsiniestrahttps://github.com/elsiniestra
on Jul 29, 2021https://github.com/googleapis/python-bigquery-sqlalchemy/issues/233#issue-956176210
jimfultonhttps://github.com/jimfulton
api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.https://github.com/googleapis/python-bigquery-sqlalchemy/issues?q=state%3Aopen%20label%3A%22api%3A%20bigquery%22
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.https://github.com/googleapis/python-bigquery-sqlalchemy/issues?q=state%3Aopen%20label%3A%22priority%3A%20p1%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-bigquery-sqlalchemy/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.