René's URL Explorer Experiment


Title: Support `get_view_names` · Issue #303 · googleapis/python-spanner-sqlalchemy · GitHub

Open Graph Title: Support `get_view_names` · Issue #303 · googleapis/python-spanner-sqlalchemy

X Title: Support `get_view_names` · Issue #303 · googleapis/python-spanner-sqlalchemy

Description: Is your feature request related to a problem? Please describe. I would like to catalog tables and views of Spanner on OpenMetadata. To do so, I would like to extract metadata of not only tables but also views. https://open-metadata.org/ ...

Open Graph Description: Is your feature request related to a problem? Please describe. I would like to catalog tables and views of Spanner on OpenMetadata. To do so, I would like to extract metadata of not only tables but...

X Description: Is your feature request related to a problem? Please describe. I would like to catalog tables and views of Spanner on OpenMetadata. To do so, I would like to extract metadata of not only tables but...

Opengraph URL: https://github.com/googleapis/python-spanner-sqlalchemy/issues/303

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Support `get_view_names`","articleBody":"**Is your feature request related to a problem? Please describe.**\r\nI would like to catalog tables and views of Spanner on OpenMetadata. To do so, I would like to extract metadata of not only tables but also views.\r\n\r\n- https://open-metadata.org/\r\n\r\n## Code to reproduce\r\n\r\n```\r\nfrom sqlalchemy import (\r\n    Column,\r\n    Integer,\r\n    MetaData,\r\n    String,\r\n    Table,\r\n    create_engine,\r\n    inspect,\r\n)\r\n\r\nurl = \"spanner+spanner:///projects/xxx/instances/xxx/databases/xxx\"\r\nengine = create_engine(url)\r\nmetadata = MetaData(bind=engine)\r\ninsp = inspect(engine)\r\n\r\ninsp.get_view_names()\r\n```\r\n\r\n## Error message\r\n\r\n```\r\nFile ~/anaconda2/envs/python3.9/lib/python3.9/site-packages/sqlalchemy/engine/reflection.py:412, in Inspector.get_view_names(self, schema)\r\n    404 \"\"\"Return all view names in `schema`.\r\n    405 \r\n    406 :param schema: Optional, retrieve names from a non-default schema.\r\n    407  For special quoting, use :class:`.quoted_name`.\r\n    408 \r\n    409 \"\"\"\r\n    411 with self._operation_context() as conn:\r\n--\u003e 412     return self.dialect.get_view_names(\r\n    413         conn, schema, info_cache=self.info_cache\r\n    414     )\r\n\r\nFile ~/anaconda2/envs/python3.9/lib/python3.9/site-packages/sqlalchemy/engine/interfaces.py:332, in Dialect.get_view_names(self, connection, schema, **kw)\r\n    326 def get_view_names(self, connection, schema=None, **kw):\r\n    327     \"\"\"Return a list of all view names available in the database.\r\n    328 \r\n    329     :param schema: schema name to query, if not the default schema.\r\n    330     \"\"\"\r\n--\u003e 332     raise NotImplementedError()\r\n\r\nNotImplementedError: \r\n```\r\n\r\n**Describe the solution you'd like**\r\nWe can implement `get_view_names`.\r\n\r\n**Describe alternatives you've considered**\r\nN/A\r\n\r\n**Additional context**\r\nI am working on the issue of OpenMetadata.\r\n- https://github.com/open-metadata/OpenMetadata/issues/4221\r\n","author":{"url":"https://github.com/yu-iskw","@type":"Person","name":"yu-iskw"},"datePublished":"2023-01-26T07:57:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/303/python-spanner-sqlalchemy/issues/303"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a521b640-8b1b-4e9e-b038-dd59264d3198
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD218:1A1F1B:3B35DAE:51F6199:6A4F4E65
html-safe-nonced8b9a56d6f9dd1ca9dfe459ef7b3c3cd0abbb9f87e03c577dec2f188f6eaba15
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMjE4OjFBMUYxQjozQjM1REFFOjUxRjYxOTk6NkE0RjRFNjUiLCJ2aXNpdG9yX2lkIjoiODI0MDc2OTI3ODkyNTU1NzM0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfbe605a09e9922c06483b81bd0a3146858e6cedf07fac06451e73671e92c3cfe
hovercard-subject-tagissue:1557746637
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-spanner-sqlalchemy/303/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6189b982f5a1173d0adf5b651c74716bc72e3746bc576dcf45f19da063854736/googleapis/python-spanner-sqlalchemy/issues/303
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6189b982f5a1173d0adf5b651c74716bc72e3746bc576dcf45f19da063854736/googleapis/python-spanner-sqlalchemy/issues/303
og:image:altIs your feature request related to a problem? Please describe. I would like to catalog tables and views of Spanner on OpenMetadata. To do so, I would like to extract metadata of not only tables but...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameyu-iskw
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-spanner-sqlalchemy git https://github.com/googleapis/python-spanner-sqlalchemy.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id335511641
octolytics-dimension-repository_nwogoogleapis/python-spanner-sqlalchemy
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id335511641
octolytics-dimension-repository_network_root_nwogoogleapis/python-spanner-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-spanner-sqlalchemy/issues/303#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-spanner-sqlalchemy%2Fissues%2F303
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-spanner-sqlalchemy%2Fissues%2F303
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-spanner-sqlalchemy
Reloadhttps://github.com/googleapis/python-spanner-sqlalchemy/issues/303
Reloadhttps://github.com/googleapis/python-spanner-sqlalchemy/issues/303
Reloadhttps://github.com/googleapis/python-spanner-sqlalchemy/issues/303
Please reload this pagehttps://github.com/googleapis/python-spanner-sqlalchemy/issues/303
googleapis https://github.com/googleapis
python-spanner-sqlalchemyhttps://github.com/googleapis/python-spanner-sqlalchemy
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-spanner-sqlalchemy
Fork 35 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-spanner-sqlalchemy
Star 53 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-spanner-sqlalchemy
Code https://github.com/googleapis/python-spanner-sqlalchemy
Issues 1 https://github.com/googleapis/python-spanner-sqlalchemy/issues
Pull requests 0 https://github.com/googleapis/python-spanner-sqlalchemy/pulls
Actions https://github.com/googleapis/python-spanner-sqlalchemy/actions
Projects https://github.com/googleapis/python-spanner-sqlalchemy/projects
Security and quality 0 https://github.com/googleapis/python-spanner-sqlalchemy/security
Insights https://github.com/googleapis/python-spanner-sqlalchemy/pulse
Code https://github.com/googleapis/python-spanner-sqlalchemy
Issues https://github.com/googleapis/python-spanner-sqlalchemy/issues
Pull requests https://github.com/googleapis/python-spanner-sqlalchemy/pulls
Actions https://github.com/googleapis/python-spanner-sqlalchemy/actions
Projects https://github.com/googleapis/python-spanner-sqlalchemy/projects
Security and quality https://github.com/googleapis/python-spanner-sqlalchemy/security
Insights https://github.com/googleapis/python-spanner-sqlalchemy/pulse
#292https://github.com/googleapis/python-spanner-sqlalchemy/pull/292
#306https://github.com/googleapis/python-spanner-sqlalchemy/pull/306
Support get_view_nameshttps://github.com/googleapis/python-spanner-sqlalchemy/issues/303#top
#292https://github.com/googleapis/python-spanner-sqlalchemy/pull/292
#306https://github.com/googleapis/python-spanner-sqlalchemy/pull/306
https://github.com/asthamohta
api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.https://github.com/googleapis/python-spanner-sqlalchemy/issues?q=state%3Aopen%20label%3A%22api%3A%20spanner%22
priority: p3Desirable enhancement or fix. May not be included in next release.https://github.com/googleapis/python-spanner-sqlalchemy/issues?q=state%3Aopen%20label%3A%22priority%3A%20p3%22
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.https://github.com/googleapis/python-spanner-sqlalchemy/issues?q=state%3Aopen%20label%3A%22type%3A%20feature%20request%22
https://github.com/yu-iskw
yu-iskwhttps://github.com/yu-iskw
on Jan 26, 2023https://github.com/googleapis/python-spanner-sqlalchemy/issues/303#issue-1557746637
https://open-metadata.org/https://open-metadata.org/
Support Cloud Spanner connector open-metadata/OpenMetadata#4221https://github.com/open-metadata/OpenMetadata/issues/4221
asthamohtahttps://github.com/asthamohta
api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.https://github.com/googleapis/python-spanner-sqlalchemy/issues?q=state%3Aopen%20label%3A%22api%3A%20spanner%22
priority: p3Desirable enhancement or fix. May not be included in next release.https://github.com/googleapis/python-spanner-sqlalchemy/issues?q=state%3Aopen%20label%3A%22priority%3A%20p3%22
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.https://github.com/googleapis/python-spanner-sqlalchemy/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.