René's URL Explorer Experiment


Title: # Rows inserted in 'Insert into Table Select * from Table' Stmt · stackql/stackql · Discussion #406 · GitHub

Open Graph Title: # Rows inserted in 'Insert into Table Select * from Table' Stmt · stackql/stackql · Discussion #406

X Title: # Rows inserted in 'Insert into Table Select * from Table' Stmt · stackql/stackql · Discussion #406

Description: # Rows inserted in 'Insert into Table Select * from Table' Stmt

Open Graph Description: @jeffreyaven Is there a way to figure out the # Rows inserted in 'Insert into Table Select * from Table' Stmt in Pystackql

X Description: @jeffreyaven Is there a way to figure out the # Rows inserted in 'Insert into Table Select * from Table' Stmt in Pystackql

Opengraph URL: https://github.com/stackql/stackql/discussions/406

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"# Rows inserted in 'Insert into Table Select * from Table' Stmt","text":"\u003cp dir=\"auto\"\u003e\u003ca class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/jeffreyaven/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://github.com/jeffreyaven\"\u003e@jeffreyaven\u003c/a\u003e Is there a way to figure out the # Rows inserted in 'Insert into Table Select * from Table' Stmt in Pystackql\u003c/p\u003e","upvoteCount":1,"answerCount":3,"acceptedAnswer":{"@type":"Answer","text":"\u003cp dir=\"auto\"\u003eactually we can add this to \u003ccode class=\"notranslate\"\u003epystackql\u003c/code\u003e \u003ca class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/vwake7/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://github.com/vwake7\"\u003e@vwake7\u003c/a\u003e by counting the stderr lines back from the \u003ccode class=\"notranslate\"\u003eexecuteStmt\u003c/code\u003e method, e.g.\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"stackql  \u0026gt;\u0026gt;INSERT INTO google.compute.instances(   project,   zone,   data__name,   data__machineType,   data__disks,   data__networkInterfaces ) \nstackql  \u0026gt;\u0026gt;SELECT   \nstackql  \u0026gt;\u0026gt;'stackql-demo-2' as project,   \nstackql  \u0026gt;\u0026gt;'australia-southeast1-a' as zone, \nstackql  \u0026gt;\u0026gt;instanceId as name, \nstackql  \u0026gt;\u0026gt;CASE instanceType \nstackql  \u0026gt;\u0026gt;WHEN 't2.micro' \nstackql  \u0026gt;\u0026gt;THEN 'https://www.googleapis.com/compute/v1/projects/stackql-demo-2/zones/australia-southeast1-a/machineTypes/e2-micro' \nstackql  \u0026gt;\u0026gt;END as machineType,\nstackql  \u0026gt;\u0026gt;'[{\u0026quot;autoDelete\u0026quot;:true,\u0026quot;boot\u0026quot;:true,\u0026quot;initializeParams\u0026quot;:{\u0026quot;diskSizeGb\u0026quot;:\u0026quot;10\u0026quot;,\u0026quot;sourceImage\u0026quot;:\u0026quot;https://compute.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/family/ubuntu-2004-lts\u0026quot;},\u0026quot;mode\u0026quot;:\u0026quot;READ_WRITE\u0026quot;,\u0026quot;type\u0026quot;:\u0026quot;PERSISTENT\u0026quot;}]'\nstackql  \u0026gt;\u0026gt;as disks,   \nstackql  \u0026gt;\u0026gt;'[{\u0026quot;subnetwork\u0026quot;:\u0026quot;https://www.googleapis.com/compute/v1/projects/stackql-demo-2/regions/australia-southeast1/subnetworks/default\u0026quot;}]' as networkInterfaces \nstackql  \u0026gt;\u0026gt;FROM aws.ec2_api.instances WHERE region = 'ap-southeast-2' AND instanceType = 't2.micro';\nThe operation was despatched successfully\nThe operation was despatched successfully\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode class=\"notranslate\"\u003estackql  \u0026gt;\u0026gt;INSERT INTO google.compute.instances(   project,   zone,   data__name,   data__machineType,   data__disks,   data__networkInterfaces ) \nstackql  \u0026gt;\u0026gt;SELECT   \nstackql  \u0026gt;\u0026gt;'stackql-demo-2' as project,   \nstackql  \u0026gt;\u0026gt;'australia-southeast1-a' as zone, \nstackql  \u0026gt;\u0026gt;instanceId as name, \nstackql  \u0026gt;\u0026gt;CASE instanceType \nstackql  \u0026gt;\u0026gt;WHEN 't2.micro' \nstackql  \u0026gt;\u0026gt;THEN 'https://www.googleapis.com/compute/v1/projects/stackql-demo-2/zones/australia-southeast1-a/machineTypes/e2-micro' \nstackql  \u0026gt;\u0026gt;END as machineType,\nstackql  \u0026gt;\u0026gt;'[{\"autoDelete\":true,\"boot\":true,\"initializeParams\":{\"diskSizeGb\":\"10\",\"sourceImage\":\"https://compute.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/family/ubuntu-2004-lts\"},\"mode\":\"READ_WRITE\",\"type\":\"PERSISTENT\"}]'\nstackql  \u0026gt;\u0026gt;as disks,   \nstackql  \u0026gt;\u0026gt;'[{\"subnetwork\":\"https://www.googleapis.com/compute/v1/projects/stackql-demo-2/regions/australia-southeast1/subnetworks/default\"}]' as networkInterfaces \nstackql  \u0026gt;\u0026gt;FROM aws.ec2_api.instances WHERE region = 'ap-southeast-2' AND instanceType = 't2.micro';\nThe operation was despatched successfully\nThe operation was despatched successfully\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003ecan you raise a feature request in \u003ccode class=\"notranslate\"\u003epystackql\u003c/code\u003e and we will work on this\u003c/p\u003e","upvoteCount":1,"url":"https://github.com/stackql/stackql/discussions/406#discussioncomment-9316545"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:6a574f53-65cb-de97-5eb1-7c6f7844a976
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-idE73C:278479:9CC73:DEE9D:6A4CC728
html-safe-nonce9b1eb0837154e7c68284952417d013ac8d71226dcad7141a859814041433a824
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzNDOjI3ODQ3OTo5Q0M3MzpERUU5RDo2QTRDQzcyOCIsInZpc2l0b3JfaWQiOiIxNTMyOTE5ODUwMzAwMzkzMjU2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacfdefdf8ecbec069c7363db0d78a849a190e444b3f533e3c7362ba5528173deb9
hovercard-subject-tagdiscussion:6606096
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/stackql/stackql/406/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/e4544e51ca6e167ae72c3163dcc5009272832b66784a02c365037090efc52375/stackql/stackql/discussions/406
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e4544e51ca6e167ae72c3163dcc5009272832b66784a02c365037090efc52375/stackql/stackql/discussions/406
og:image:alt@jeffreyaven Is there a way to figure out the # Rows inserted in 'Insert into Table Select * from Table' Stmt in Pystackql
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/stackql/stackql git https://github.com/stackql/stackql.git
octolytics-dimension-user_id95105302
octolytics-dimension-user_loginstackql
octolytics-dimension-repository_id443987542
octolytics-dimension-repository_nwostackql/stackql
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id443987542
octolytics-dimension-repository_network_root_nwostackql/stackql
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
released0da0eb92994395299ed4450bf67b0373005be36
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/stackql/stackql/discussions/406#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstackql%2Fstackql%2Fdiscussions%2F406
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%2Fstackql%2Fstackql%2Fdiscussions%2F406
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%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=stackql%2Fstackql
Reloadhttps://github.com/stackql/stackql/discussions/406
Reloadhttps://github.com/stackql/stackql/discussions/406
Reloadhttps://github.com/stackql/stackql/discussions/406
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
stackql https://github.com/stackql
stackqlhttps://github.com/stackql/stackql
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
Notifications https://github.com/login?return_to=%2Fstackql%2Fstackql
Fork 80 https://github.com/login?return_to=%2Fstackql%2Fstackql
Star 861 https://github.com/login?return_to=%2Fstackql%2Fstackql
Code https://github.com/stackql/stackql
Issues 101 https://github.com/stackql/stackql/issues
Pull requests 1 https://github.com/stackql/stackql/pulls
Discussions https://github.com/stackql/stackql/discussions
Actions https://github.com/stackql/stackql/actions
Projects https://github.com/stackql/stackql/projects
Wiki https://github.com/stackql/stackql/wiki
Security and quality 0 https://github.com/stackql/stackql/security
Insights https://github.com/stackql/stackql/pulse
Code https://github.com/stackql/stackql
Issues https://github.com/stackql/stackql/issues
Pull requests https://github.com/stackql/stackql/pulls
Discussions https://github.com/stackql/stackql/discussions
Actions https://github.com/stackql/stackql/actions
Projects https://github.com/stackql/stackql/projects
Wiki https://github.com/stackql/stackql/wiki
Security and quality https://github.com/stackql/stackql/security
Insights https://github.com/stackql/stackql/pulse
Answered https://github.com/stackql/stackql/discussions/406#discussioncomment-9316545
jeffreyavenhttps://github.com/jeffreyaven
vwake7 https://github.com/vwake7
Q&Ahttps://github.com/stackql/stackql/discussions/categories/q-a
# Rows inserted in 'Insert into Table Select * from Table' Stmt https://github.com/stackql/stackql/discussions/406#top
vwake7 https://github.com/vwake7
Answered https://github.com/stackql/stackql/discussions/406#discussioncomment-9316545
jeffreyavenhttps://github.com/jeffreyaven
Return to tophttps://github.com/stackql/stackql/discussions/406#top
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
https://github.com/stackql/stackql/discussions/406
vwake7 https://github.com/vwake7
May 4, 2024 https://github.com/stackql/stackql/discussions/406#discussion-6606096
@jeffreyavenhttps://github.com/jeffreyaven
Give feedback.https://github.com/stackql/stackql/discussions/406
jeffreyaven https://github.com/jeffreyaven
May 4, 2024 https://github.com/stackql/stackql/discussions/406#discussioncomment-9316545
@vwake7https://github.com/vwake7
View full answer https://github.com/stackql/stackql/discussions/406#discussioncomment-9316545
Oldest https://github.com/stackql/stackql/discussions/406?sort=old
Newest https://github.com/stackql/stackql/discussions/406?sort=new
Top https://github.com/stackql/stackql/discussions/406?sort=top
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
https://github.com/stackql/stackql/discussions/406
jeffreyaven https://github.com/jeffreyaven
May 4, 2024 https://github.com/stackql/stackql/discussions/406#discussioncomment-9316313
@general-kroll-4-lifehttps://github.com/general-kroll-4-life
Give feedback.https://github.com/stackql/stackql/discussions/406
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
https://github.com/stackql/stackql/discussions/406
jeffreyaven https://github.com/jeffreyaven
May 4, 2024 https://github.com/stackql/stackql/discussions/406#discussioncomment-9316545
@vwake7https://github.com/vwake7
Give feedback.https://github.com/stackql/stackql/discussions/406
https://github.com/vwake7
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
https://github.com/stackql/stackql/discussions/406
vwake7https://github.com/vwake7
May 5, 2024 https://github.com/stackql/stackql/discussions/406#discussioncomment-9317359
@jeffreyavenhttps://github.com/jeffreyaven
Give feedback.https://github.com/stackql/stackql/discussions/406
vwake7https://github.com/vwake7
Please reload this pagehttps://github.com/stackql/stackql/discussions/406
https://github.com/stackql/stackql/discussions/406
jeffreyaven https://github.com/jeffreyaven
May 6, 2024 https://github.com/stackql/stackql/discussions/406#discussioncomment-9323807
@vwake7https://github.com/vwake7
pystackql/3.6.2https://pypi.org/project/pystackql/3.6.2/
Give feedback.https://github.com/stackql/stackql/discussions/406
Sign up for freehttps://github.com/join?source=comment-repo
Sign in to commenthttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstackql%2Fstackql%2Fdiscussions%2F406
🙏 Q&A https://github.com/stackql/stackql/discussions/categories/q-a
https://github.com/vwake7
https://github.com/jeffreyaven
https://github.com/stackql/stackql/discussions/406
https://github.com/settings/replies?return_to=1
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.